Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index 706c386f5e038c30830f75f2193806c5208e1106..dbd28fd0c9e35b046287b39282b89e57f2fd9ab1 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -275,7 +275,7 @@ class WasmGraphBuilder { |
Graph* graph(); |
Node* String(const char* string); |
- Node* MemSize(uint32_t offset); |
+ Node* MemSize(); |
Node* MemBuffer(uint32_t offset); |
void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset, |
wasm::WasmCodePosition position); |