Chromium Code Reviews| Index: runtime/vm/code_generator_test.cc |
| =================================================================== |
| --- runtime/vm/code_generator_test.cc (revision 26420) |
| +++ runtime/vm/code_generator_test.cc (working copy) |
| @@ -224,6 +224,7 @@ |
| function, |
| native_name, |
| native_function, |
| + local_scope, |
| false /* not bootstrap native */))); |
| } |
| @@ -406,6 +407,7 @@ |
| function, |
| native_name, |
| native_function, |
| + local_scope, |
| false /* Not bootstrap native */))); |
| } |
| @@ -495,6 +497,7 @@ |
| function, |
| native_name, |
| native_function, |
| + local_scope, |
| false /* Not bootstrap native */))); |
| } |