Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index 196853c0236e3b8fca9d2dca5f67481138d9fa17..ff2c446772c8b27c8fade277f217552c21349108 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -5796,4 +5796,5 @@ Expression* Parser::SpreadCallNew(Expression* function, |
return factory()->NewCallRuntime( |
ast_value_factory()->reflect_construct_string(), NULL, args, pos); |
} |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |