Index: runtime/vm/snapshot.h |
=================================================================== |
--- runtime/vm/snapshot.h (revision 31744) |
+++ runtime/vm/snapshot.h (working copy) |
@@ -252,6 +252,7 @@ |
RawTokenStream* NewTokenStream(intptr_t len); |
RawContext* NewContext(intptr_t num_variables); |
RawClass* NewClass(intptr_t class_id); |
+ RawInstance* NewInstance(); |
RawMint* NewMint(int64_t value); |
RawBigint* NewBigint(const char* hex_string); |
RawDouble* NewDouble(double value); |