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:
parent
5aed61cc38
commit
4d48e1b7ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user