| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 2dc9f240072b87243c2763fc8786297ece4d4e32..d0572b2e7796d9ca7685014bba4aff841ca4d17a 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_tip, ":stack_tip") \
|
| V(current_character, ":current_character") \
|
| V(current_position, ":current_position") \
|
| V(string_param_length, ":string_param_length") \
|
|
|