Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index cfc4aaaee3f7a568d555fb0ded8c653e5f03a392..4edbae55373fcbd9575a4b60d59cf6a0f508d4ef 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -275,6 +275,7 @@ class ObjectPointerVisitor; |
V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \ |
V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \ |
V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \ |
+ V(_LocalTypedefMirrorImpl, "_LocalTypedefMirrorImpl") \ |
V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \ |