| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 2dc9f240072b87243c2763fc8786297ece4d4e32..c3e7b3e7eac41a22a9a5cf76d3355a7a118011c2 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -339,6 +339,7 @@ class ObjectPointerVisitor;
|
| V(ClassID, "ClassID") \
|
| V(DartIsVM, "dart.isVM") \
|
| V(stack, ":stack") \
|
| + V(stack_pointer, ":stack_pointer") \
|
| V(current_character, ":current_character") \
|
| V(current_position, ":current_position") \
|
| V(string_param_length, ":string_param_length") \
|
|
|