| Index: src/ast-literal-reindexer.h
|
| diff --git a/src/ast-literal-reindexer.h b/src/ast-literal-reindexer.h
|
| index 2fe920b7c46d303f405615e0e5345aa4c6e4af8d..9d48d21767dbd9585642b2bbe920fb8b4aeb461d 100644
|
| --- a/src/ast-literal-reindexer.h
|
| +++ b/src/ast-literal-reindexer.h
|
| @@ -39,7 +39,7 @@ class AstLiteralReindexer final : public AstVisitor {
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AstLiteralReindexer);
|
| };
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_AST_LITERAL_REINDEXER
|
|
|