| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 1988)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -227,7 +227,7 @@
|
| RawLibrary* library_;
|
| RawArray* type_parameters_; // Array of String.
|
| RawTypeArray* type_parameter_extends_; // DynamicType if no extends clause.
|
| - RawAbstractType* super_type_;
|
| + RawType* super_type_;
|
| RawObject* factory_class_; // UnresolvedClass (until finalization) or Class.
|
| RawFunction* signature_function_; // Associated function for signature class.
|
| RawArray* functions_cache_; // See class FunctionsCache.
|
|
|