Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index d578e1f9e2596f941cb67b52ea06eeeeaac1b79c..4e48ee18133e6ca9739156b365238c66f6ccdf60 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -287,6 +287,7 @@ class ObjectPointerVisitor; |
V(DotWithType, "._withType") \ |
V(_get, "_get") \ |
V(RangeError, "RangeError") \ |
+ V(DotRange, ".range") \ |
V(ArgumentError, "ArgumentError") \ |
V(FormatException, "FormatException") \ |
V(UnsupportedError, "UnsupportedError") \ |