Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 67110c619355526e8a0208517847f89ed1170cd8..c93ee238585f5a86527532eb6e927ac7906a9ccb 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3469,7 +3469,7 @@ class V8_EXPORT WasmCompiledModule : public Object { |
SerializedModule Serialize(); |
static MaybeLocal<WasmCompiledModule> Deserialize( |
- Isolate* isolate, const SerializedModule serialized_data); |
+ Isolate* isolate, const SerializedModule& serialized_data); |
V8_INLINE static WasmCompiledModule* Cast(Value* obj); |
private: |