Chromium Code Reviews| Index: src/wasm/wasm-debug.h |
| diff --git a/src/wasm/wasm-debug.h b/src/wasm/wasm-debug.h |
| index 9749a3659cc421468a80ffce313e26dea26ec187..79551abf110156ca7733260f8f6114e73e7df05e 100644 |
| --- a/src/wasm/wasm-debug.h |
| +++ b/src/wasm/wasm-debug.h |
| @@ -21,6 +21,8 @@ class WasmDebugInfo : public FixedArray { |
| JSObject* wasm_object(); |
| + Script* GetFunctionScript(int func_index); |
| + |
| bool SetBreakPoint(int byte_offset); |
| // Disassemble the specified function from this module. |