diff options
Diffstat (limited to 'chromium/v8/src/wasm/wasm-memory.h')
-rw-r--r-- | chromium/v8/src/wasm/wasm-memory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/v8/src/wasm/wasm-memory.h b/chromium/v8/src/wasm/wasm-memory.h index c5d6ef51547..438014b4175 100644 --- a/chromium/v8/src/wasm/wasm-memory.h +++ b/chromium/v8/src/wasm/wasm-memory.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_MEMORY_H_ -#define V8_WASM_MEMORY_H_ +#ifndef V8_WASM_WASM_MEMORY_H_ +#define V8_WASM_WASM_MEMORY_H_ #include "src/flags.h" #include "src/handles.h" @@ -49,4 +49,4 @@ void DetachMemoryBuffer(Isolate* isolate, Handle<JSArrayBuffer> buffer, } // namespace internal } // namespace v8 -#endif // V8_WASM_MODULE_H_ +#endif // V8_WASM_WASM_MEMORY_H_ |