summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-result.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-result.h')
-rw-r--r--deps/v8/src/wasm/wasm-result.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/wasm/wasm-result.h b/deps/v8/src/wasm/wasm-result.h
index 7744b42923..8250db9040 100644
--- a/deps/v8/src/wasm/wasm-result.h
+++ b/deps/v8/src/wasm/wasm-result.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_WASM_RESULT_H_
-#define V8_WASM_RESULT_H_
+#ifndef V8_WASM_WASM_RESULT_H_
+#define V8_WASM_WASM_RESULT_H_
#include <cstdarg>
#include <memory>
@@ -158,4 +158,4 @@ class V8_EXPORT_PRIVATE ErrorThrower {
} // namespace internal
} // namespace v8
-#endif
+#endif // V8_WASM_WASM_RESULT_H_