| Index: vm/raw_object.h
|
| ===================================================================
|
| --- vm/raw_object.h (revision 3975)
|
| +++ vm/raw_object.h (working copy)
|
| @@ -592,6 +592,7 @@
|
| RawString* private_key_;
|
| RawArray* dictionary_; // Top-level names in this library.
|
| RawArray* anonymous_classes_; // Classes containing top-level elements.
|
| + RawArray* import_map_; // Map of import variable names to strings.
|
| RawArray* imports_; // List of libraries imported without prefix.
|
| RawArray* imported_into_; // List of libraries where this library
|
| // is imported into without a prefix.
|
|
|