 Chromium Code Reviews
 Chromium Code Reviews Issue 10911025:
  Get rid of support for string interpolation in #import strings.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
    
  
    Issue 10911025:
  Get rid of support for string interpolation in #import strings.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/| Index: vm/object_store.cc | 
| =================================================================== | 
| --- vm/object_store.cc (revision 11672) | 
| +++ vm/object_store.cc (working copy) | 
| @@ -72,7 +72,6 @@ | 
| builtin_library_(Library::null()), | 
| root_library_(Library::null()), | 
| libraries_(GrowableObjectArray::null()), | 
| - import_map_(Array::null()), | 
| pending_classes_(GrowableObjectArray::null()), | 
| sticky_error_(Error::null()), | 
| empty_context_(Context::null()), |