Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index ae51070eed43bf6fd47bb3069d530c8b070a6c59..2cdaf9eed3095bfa145b6301f9982a98f5b35b77 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -389,6 +389,7 @@ class ObjectPointerVisitor; |
V(last, "last") \ |
V(removeLast, "removeLast") \ |
V(add, "add") \ |
+ V(ConstructorClosurePrefix, "new#") \ |
// Contains a list of frequently used strings in a canonicalized form. This |