summaryrefslogtreecommitdiff
path: root/deps/v8/src/mips/frame-constants-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/mips/frame-constants-mips.h')
-rw-r--r--deps/v8/src/mips/frame-constants-mips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/mips/frame-constants-mips.h b/deps/v8/src/mips/frame-constants-mips.h
index 344453794a..6d7e471b09 100644
--- a/deps/v8/src/mips/frame-constants-mips.h
+++ b/deps/v8/src/mips/frame-constants-mips.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_MIPS_FRAMES_MIPS_H_
-#define V8_MIPS_FRAMES_MIPS_H_
+#ifndef V8_MIPS_FRAME_CONSTANTS_MIPS_H_
+#define V8_MIPS_FRAME_CONSTANTS_MIPS_H_
namespace v8 {
namespace internal {
@@ -49,4 +49,4 @@ class JavaScriptFrameConstants : public AllStatic {
} // namespace internal
} // namespace v8
-#endif
+#endif // V8_MIPS_FRAME_CONSTANTS_MIPS_H_