Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index e7317e4d2a233b7ef769b5aeac3a2a6f4793b2f1..caf56656ae5070d1a7cd65445d4d623541ca7c2d 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3915,7 +3915,8 @@ class V8_EXPORT WasmCompiledModule : public Object { |
private: |
static MaybeLocal<WasmCompiledModule> Deserialize( |
- Isolate* isolate, const CallerOwnedBuffer& serialized_module); |
+ Isolate* isolate, const CallerOwnedBuffer& serialized_module, |
+ const CallerOwnedBuffer& wire_bytes); |
static MaybeLocal<WasmCompiledModule> Compile(Isolate* isolate, |
const uint8_t* start, |
size_t length); |