 Chromium Code Reviews
 Chromium Code Reviews Issue 2398023002:
  [wasm] asm.js - Parse and convert asm.js to wasm a function at a time.  (Closed)
    
  
    Issue 2398023002:
  [wasm] asm.js - Parse and convert asm.js to wasm a function at a time.  (Closed) 
  | Index: src/parsing/parse-info.cc | 
| diff --git a/src/parsing/parse-info.cc b/src/parsing/parse-info.cc | 
| index 78f637bc4191df8d076c0bf7455a06a1ed8250b1..354ff1136c0150bab02f8b6c60b5372d5bd48c0c 100644 | 
| --- a/src/parsing/parse-info.cc | 
| +++ b/src/parsing/parse-info.cc | 
| @@ -19,6 +19,7 @@ ParseInfo::ParseInfo(Zone* zone) | 
| extension_(nullptr), | 
| compile_options_(ScriptCompiler::kNoCompileOptions), | 
| script_scope_(nullptr), | 
| + asm_function_scope_(nullptr), | 
| unicode_cache_(nullptr), | 
| stack_limit_(0), | 
| hash_seed_(0), |