summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-external-refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-external-refs.h')
-rw-r--r--deps/v8/src/wasm/wasm-external-refs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/v8/src/wasm/wasm-external-refs.h b/deps/v8/src/wasm/wasm-external-refs.h
index dea620338a..d44f5b242f 100644
--- a/deps/v8/src/wasm/wasm-external-refs.h
+++ b/deps/v8/src/wasm/wasm-external-refs.h
@@ -4,8 +4,8 @@
#include <stdint.h>
-#ifndef WASM_EXTERNAL_REFS_H
-#define WASM_EXTERNAL_REFS_H
+#ifndef V8_WASM_WASM_EXTERNAL_REFS_H_
+#define V8_WASM_WASM_EXTERNAL_REFS_H_
namespace v8 {
namespace internal {
@@ -77,4 +77,5 @@ void call_trap_callback_for_testing();
} // namespace wasm
} // namespace internal
} // namespace v8
-#endif
+
+#endif // V8_WASM_WASM_EXTERNAL_REFS_H_