 Chromium Code Reviews
 Chromium Code Reviews Issue 208323015:
  Support deferred library prefix syntax  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 208323015:
  Support deferred library prefix syntax  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: runtime/vm/dart_api_impl.cc | 
| =================================================================== | 
| --- runtime/vm/dart_api_impl.cc (revision 34480) | 
| +++ runtime/vm/dart_api_impl.cc (working copy) | 
| @@ -4513,7 +4513,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); | 
| } | 
| } |