summaryrefslogtreecommitdiff
path: root/deps/v8/src/runtime/runtime-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/runtime/runtime-utils.h')
-rw-r--r--deps/v8/src/runtime/runtime-utils.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/v8/src/runtime/runtime-utils.h b/deps/v8/src/runtime/runtime-utils.h
index a7e74ac316..95d75f5084 100644
--- a/deps/v8/src/runtime/runtime-utils.h
+++ b/deps/v8/src/runtime/runtime-utils.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_RUNTIME_UTILS_H_
-#define V8_RUNTIME_UTILS_H_
+#ifndef V8_RUNTIME_RUNTIME_UTILS_H_
+#define V8_RUNTIME_RUNTIME_UTILS_H_
namespace v8 {
@@ -140,7 +140,8 @@ static inline ObjectPair MakePair(Object* x, Object* y) {
#endif
}
#endif
+
}
} // namespace v8::internal
-#endif // V8_RUNTIME_UTILS_H_
+#endif // V8_RUNTIME_RUNTIME_UTILS_H_