| Index: src/natives-external.cc
|
| diff --git a/src/natives-external.cc b/src/natives-external.cc
|
| index fc6614949c6daf68d175504949c648b462f8953d..4e9111c5a5e695ff37e7ac8177d6ed11ab8eb56d 100644
|
| --- a/src/natives-external.cc
|
| +++ b/src/natives-external.cc
|
| @@ -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
|
|
|