Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 3366) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -491,6 +491,7 @@ |
| } |
| intptr_t token_index_; |
| + intptr_t end_token_index_; |
|
siva
2012/01/18 01:32:03
This new field needs to be written out and read in
hausner
2012/01/18 23:26:38
Good catch. Done.
|
| intptr_t num_fixed_parameters_; |
| intptr_t num_optional_parameters_; |
| intptr_t invocation_counter_; |