Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index f5dafe9038a11c6ba21b4f8d09461ebfb634a654..4154b58a3f453d6c2d87f7c0d6927abc4a125df2 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -297,7 +297,7 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler { |
static void GenerateStoreSlow(MacroAssembler* masm); |
}; |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_IC_HANDLER_COMPILER_H_ |