From 4d48e1b7ac5918ab65f8a90c1b266c86dedad021 Mon Sep 17 00:00:00 2001 From: baixo Date: Thu, 20 Nov 2014 13:04:19 -0800 Subject: [PATCH] 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} --- src/natives-external.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/natives-external.cc b/src/natives-external.cc index fc6614949c..4e9111c5a5 100644 --- a/src/natives-external.cc +++ b/src/natives-external.cc @@ -191,8 +191,6 @@ void NativesCollection::SetRawScriptsSource( // my chose to elide them. This we'll explicitly instantiate these. template class NativesCollection; template class NativesCollection; -template class NativesCollection; -template class NativesCollection; } // namespace v8::internal } // namespace v8