summaryrefslogtreecommitdiff
path: root/deps/v8/src/x64/frame-constants-x64.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/x64/frame-constants-x64.h')
-rw-r--r--deps/v8/src/x64/frame-constants-x64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/x64/frame-constants-x64.h b/deps/v8/src/x64/frame-constants-x64.h
index 95bad4c01a..07d2d1a8b1 100644
--- a/deps/v8/src/x64/frame-constants-x64.h
+++ b/deps/v8/src/x64/frame-constants-x64.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_X64_FRAMES_X64_H_
-#define V8_X64_FRAMES_X64_H_
+#ifndef V8_X64_FRAME_CONSTANTS_X64_H_
+#define V8_X64_FRAME_CONSTANTS_X64_H_
namespace v8 {
namespace internal {
@@ -55,4 +55,4 @@ class JavaScriptFrameConstants : public AllStatic {
} // namespace internal
} // namespace v8
-#endif // V8_X64_FRAMES_X64_H_
+#endif // V8_X64_FRAME_CONSTANTS_X64_H_