Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 986e2a96d2f0d8cb8eb6595f5a43f1f8880300c1..dc403b58bc553fc4fa9c1a1af7cdadfe55824492 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -515,11 +515,6 @@ Handle<Script> GetAsmWasmScript(Handle<JSObject> wasm); |
int GetAsmWasmSourcePosition(Handle<JSObject> wasm, int func_index, |
int byte_offset); |
-// Update memory references of code objects associated with the module |
-bool UpdateWasmModuleMemory(Handle<JSObject> object, Address old_start, |
- Address new_start, uint32_t old_size, |
- uint32_t new_size); |
- |
// Constructs a single function table as a FixedArray of double size, |
// populating it with function signature indices and function indices. |
Handle<FixedArray> BuildFunctionTable(Isolate* isolate, uint32_t index, |