| Index: vm/snapshot.h
|
| ===================================================================
|
| --- vm/snapshot.h (revision 10409)
|
| +++ vm/snapshot.h (working copy)
|
| @@ -216,7 +216,7 @@
|
| RawTypeArguments* NewTypeArguments(intptr_t len);
|
| RawTokenStream* NewTokenStream(intptr_t len);
|
| RawContext* NewContext(intptr_t num_variables);
|
| - RawClass* NewClass(int value);
|
| + RawClass* NewClass(intptr_t class_id, bool is_signature_class);
|
| RawMint* NewMint(int64_t value);
|
| RawBigint* NewBigint(const char* hex_string);
|
| RawDouble* NewDouble(double value);
|
|
|