Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 274f36ef70cdce90608ff209ba668b7f2f5def37..26da5b51a67fc34af9bdb3268d5dc0e5880a16a3 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -26,8 +26,8 @@ class ObjectPointerVisitor; |
V(This, "this") \ |
V(Super, "super") \ |
V(Call, "call") \ |
- V(HasNext, "hasNext") \ |
- V(Next, "next") \ |
+ V(Current, "current") \ |
+ V(MoveNext, "moveNext") \ |
V(Value, "value") \ |
V(ExprTemp, ":expr_temp") \ |
V(AnonymousClosure, "<anonymous closure>") \ |
@@ -166,6 +166,7 @@ class ObjectPointerVisitor; |
V(RangeError, "RangeError") \ |
V(ArgumentError, "ArgumentError") \ |
V(FormatException, "FormatException") \ |
+ V(UnsupportedError, "UnsupportedError") \ |
V(StackOverflowError, "StackOverflowError") \ |
V(OutOfMemoryError, "OutOfMemoryError") \ |
V(InternalError, "InternalError") \ |