Chromium Code Reviews| Index: src/wasm/wasm-module.h |
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
| index 96f77758a3e478dac68b26c78076cf3984b27dcb..a60dba9dd8d5d8421d95fb7be0e6cf5790b832ef 100644 |
| --- a/src/wasm/wasm-module.h |
| +++ b/src/wasm/wasm-module.h |
| @@ -513,8 +513,7 @@ 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, |
| - Counters* counters); |
| + void CompileFunction(Isolate*, Handle<WasmInstanceObject>, int func_index); |
|
kschimpf
2017/06/09 20:03:37
Removed "counters" argument because function compi
|
| public: |
| Handle<Code> CompileLazy(Isolate*, Handle<WasmInstanceObject>, |