Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 081e7c09e3aa3d35974f8689bc05111215a78ce6..9ccdb68d4a03148a24ed3964e94189250377b4cd 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -364,7 +364,7 @@ WasmDebugInfo* GetDebugInfo(JSObject* wasm); |
bool IsWasmObject(Object* object); |
// Update memory references of code objects associated with the module |
-bool UpdateWasmModuleMemory(JSObject* object, Address old_start, |
+bool UpdateWasmModuleMemory(Handle<JSObject> object, Address old_start, |
Address new_start, uint32_t old_size, |
uint32_t new_size); |