| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 11005)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -408,6 +408,7 @@
|
| RawArray* fields_;
|
| RawGrowableObjectArray* closure_functions_; // Local functions and literals.
|
| RawArray* interfaces_; // Array of AbstractType.
|
| + RawGrowableObjectArray* direct_subclasses_; // Array of Class.
|
| RawScript* script_;
|
| RawLibrary* library_;
|
| RawTypeArguments* type_parameters_; // Array of TypeParameter.
|
|
|