Do not put D8 and TEST natives into the external snapshot.

D8 natives, in particular, will cause Windows static builds to not link due to another definition in the generated file d8-js.cc.

BUG=421063

Review URL: https://codereview.chromium.org/738153003

Cr-Commit-Position: refs/heads/master@{#25449}
This commit is contained in:
baixo 2014-11-20 13:04:19 -08:00 committed by Commit bot
parent 5aed61cc38
commit 4d48e1b7ac

View File

@ -191,8 +191,6 @@ void NativesCollection<type>::SetRawScriptsSource(
// my chose to elide them. This we'll explicitly instantiate these.
template class NativesCollection<CORE>;
template class NativesCollection<EXPERIMENTAL>;
template class NativesCollection<D8>;
template class NativesCollection<TEST>;
} // namespace v8::internal
} // namespace v8