Index: src/x64/frames-x64.h |
diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h |
index f4468f6a2f52d4ca28bf463902721ac40c95e9e9..345e33a6bbadc69f1ce2a060cdfc74338f34f67e 100644 |
--- a/src/x64/frames-x64.h |
+++ b/src/x64/frames-x64.h |
@@ -28,7 +28,8 @@ |
#ifndef V8_X64_FRAMES_X64_H_ |
#define V8_X64_FRAMES_X64_H_ |
-namespace v8 { namespace internal { |
+namespace v8 { |
+namespace internal { |
// TODO(x64): This is a stub, mostly just a copy of the ia32 bit version. |
// This will all need to change to be correct for x64. |