summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/module-compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/module-compiler.h')
-rw-r--r--deps/v8/src/wasm/module-compiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/module-compiler.h b/deps/v8/src/wasm/module-compiler.h
index 934c978d49..f108a5f939 100644
--- a/deps/v8/src/wasm/module-compiler.h
+++ b/deps/v8/src/wasm/module-compiler.h
@@ -63,7 +63,8 @@ void CompileJsToWasmWrappers(Isolate* isolate,
Handle<WasmModuleObject> module_object);
V8_EXPORT_PRIVATE Handle<Script> CreateWasmScript(
- Isolate* isolate, const ModuleWireBytes& wire_bytes);
+ Isolate* isolate, const ModuleWireBytes& wire_bytes,
+ const std::string& source_map_url);
// Triggered by the WasmCompileLazy builtin.
// Returns the instruction start of the compiled code object.