| Index: src/snapshot/natives-external.cc
|
| diff --git a/src/snapshot/natives-external.cc b/src/snapshot/natives-external.cc
|
| index e02a24c1d37ccdb41eb41a6ddda7b76be8732935..3649c2a69ff9e33b42cd36133d55bf80c9195d0a 100644
|
| --- a/src/snapshot/natives-external.cc
|
| +++ b/src/snapshot/natives-external.cc
|
| @@ -232,6 +232,5 @@ Vector<const char> NativesCollection<type>::GetScriptsSource() {
|
| template class NativesCollection<CORE>;
|
| template class NativesCollection<EXPERIMENTAL>;
|
| template class NativesCollection<EXTRAS>;
|
| -
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| } // namespace v8
|
|
|