| Index: src/asmjs/asm-wasm-builder.cc
|
| diff --git a/src/asmjs/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc
|
| index f3c48c32c4b676fc797625e22fb92e7dd02ad7a9..00e304bbcb76edd7b89d4408b720cd434c9b2161 100644
|
| --- a/src/asmjs/asm-wasm-builder.cc
|
| +++ b/src/asmjs/asm-wasm-builder.cc
|
| @@ -68,7 +68,7 @@
|
| ZoneHashMap::kDefaultHashMapCapacity,
|
| ZoneAllocationPolicy(zone)),
|
| imported_function_table_(this) {
|
| - InitializeAstVisitor(isolate->stack_guard()->real_climit());
|
| + InitializeAstVisitor(isolate);
|
| }
|
|
|
| void InitializeInitFunction() {
|
|
|