Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 4776298e9f865af1a1ad5afc74458f033dff55c5..bf1f4e1c55b8172578faf9cd873501365f4380a2 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -501,7 +501,8 @@ Handle<Code> CompileLazy(Isolate* isolate); |
// logic to actually orchestrate parallel execution of wasm compilation jobs. |
// TODO(clemensh): Implement concurrent lazy compilation. |
class LazyCompilationOrchestrator { |
- void CompileFunction(Isolate*, Handle<WasmInstanceObject>, int func_index); |
+ void CompileFunction(Isolate*, Handle<WasmInstanceObject>, int func_index, |
+ Counters* counters_); |
public: |
Handle<Code> CompileLazy(Isolate*, Handle<WasmInstanceObject>, |