Chromium Code Reviews| Index: src/wasm/wasm-debug.h |
| diff --git a/src/wasm/wasm-debug.h b/src/wasm/wasm-debug.h |
| index 99bea66a265a2c3819f98de4c88752a0896acc43..be77c88aeee7d4846baff9b1926c9174aaafdf8f 100644 |
| --- a/src/wasm/wasm-debug.h |
| +++ b/src/wasm/wasm-debug.h |
| @@ -19,7 +19,7 @@ class WasmDebugInfo : public FixedArray { |
| static bool IsDebugInfo(Object* object); |
| static WasmDebugInfo* cast(Object* object); |
| - JSObject* wasm_object(); |
| + JSObject* wasm_instance(); |
| bool SetBreakPoint(int byte_offset); |