Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index 3cbec253ef6a873068306cb978bd3c6840144d95..39d6b23e728b6ee8aefc3d3fda8faaa98572ecf0 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -34,6 +34,7 @@ class ObjectPointerVisitor; |
| V(Other, "other") \ |
| V(Call, "call") \ |
| V(Current, "current") \ |
| + V(_current, "_current") \ |
| V(MoveNext, "moveNext") \ |
| V(IsYieldEach, "isYieldEach") \ |
| V(Value, "value") \ |