Chromium Code Reviews| Index: src/wasm/wasm-module.h |
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
| index dfbde0e17543d8df0f8a5cad5677728f9bc7c648..5f5777cebebe4c5a865aaa11dd37472eb61ea3f5 100644 |
| --- a/src/wasm/wasm-module.h |
| +++ b/src/wasm/wasm-module.h |
| @@ -207,7 +207,8 @@ struct ModuleEnv { |
| Handle<Code> GetImportCode(uint32_t index); |
| Handle<FixedArray> GetFunctionTable(); |
| - compiler::CallDescriptor* GetWasmCallDescriptor(Zone* zone, FunctionSig* sig); |
| + static compiler::CallDescriptor* GetWasmCallDescriptor(Zone* zone, |
|
ahaas
2016/02/22 15:28:11
I don't see a reason why this function should not
|
| + FunctionSig* sig); |
| static compiler::CallDescriptor* GetI32WasmCallDescriptor( |
| Zone* zone, compiler::CallDescriptor* descriptor); |
| compiler::CallDescriptor* GetCallDescriptor(Zone* zone, uint32_t index); |