| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 478)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -200,6 +200,7 @@
|
| RawType* super_type_;
|
| RawType* factory_type_;
|
| RawFunction* signature_function_; // Associated function for signature class.
|
| + RawType* signature_type_; // Cached function type for signature class.
|
| RawArray* functions_cache_; // See class FunctionsCache.
|
| RawArray* constants_; // Canonicalized values of this class.
|
| RawCode* allocation_stub_; // Stub code for allocation of instances.
|
|
|