Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 20344) |
+++ runtime/vm/object.h (working copy) |
@@ -836,6 +836,9 @@ |
// Allocate the raw TypedData classes. |
static RawClass* NewTypedDataClass(intptr_t class_id); |
+ // Allocate the raw TypedDataView classes. |
+ static RawClass* NewTypedDataViewClass(intptr_t class_id); |
+ |
// Allocate the raw ExternalTypedData classes. |
static RawClass* NewExternalTypedDataClass(intptr_t class_id); |