Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 34495) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -4492,7 +4492,7 @@ |
| if (!library_prefix.IsNull()) { |
| library_prefix.AddImport(import_ns); |
| } else { |
| - library_prefix = LibraryPrefix::New(prefix_symbol, import_ns); |
| + library_prefix = LibraryPrefix::New(prefix_symbol, import_ns, false); |
| library_vm.AddObject(library_prefix, prefix_symbol); |
| } |
| } |