Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 26420) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -5018,6 +5018,7 @@ |
| Function::ZoneHandle(func.raw()), |
| native_name, |
| native_function, |
| + current_block_->scope, |
| is_bootstrap_native))); |
| } |