| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 7756)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -665,6 +665,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.
|
|
|