Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 8c0ebbb2960d4e14eab78b7ead2c3f81e27f81a4..61e69c3bb5caa0cabdd41aaac4089567e5661c45 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -390,6 +390,7 @@ class ObjectPointerVisitor; |
V(_LocalTypeVariableMirror, "_LocalTypeVariableMirror") \ |
V(_SourceLocation, "_SourceLocation") \ |
V(hashCode, "get:hashCode") \ |
+ V(identityHashCode, "identityHashCode") \ |
V(OptimizedOut, "<optimized out>") \ |
V(NotInitialized, "<not initialized>") \ |
V(NotNamed, "<not named>") \ |