| Index: src/wasm/asm-wasm-builder.h
|
| diff --git a/src/wasm/asm-wasm-builder.h b/src/wasm/asm-wasm-builder.h
|
| index 09645ee3c412d456db0f508aabef03af9ef59bee..3dfda5ef1ae740131ccedd93add2c2e2cfb5c06a 100644
|
| --- a/src/wasm/asm-wasm-builder.h
|
| +++ b/src/wasm/asm-wasm-builder.h
|
| @@ -21,14 +21,13 @@ namespace wasm {
|
| class AsmWasmBuilder {
|
| public:
|
| explicit AsmWasmBuilder(Isolate* isolate, Zone* zone, FunctionLiteral* root,
|
| - Handle<Object> foreign, AsmTyper* typer);
|
| - WasmModuleIndex* Run();
|
| + AsmTyper* typer);
|
| + WasmModuleIndex* Run(Handle<FixedArray>* foreign_args);
|
|
|
| private:
|
| Isolate* isolate_;
|
| Zone* zone_;
|
| FunctionLiteral* literal_;
|
| - Handle<Object> foreign_;
|
| AsmTyper* typer_;
|
| };
|
| } // namespace wasm
|
|
|