Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index 8b0b2f0cece51426367b526a4ab0128c46c7b955..8033e634d395e4ecf64db52b81a3917f82ecf5be 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -267,6 +267,7 @@ class ObjectPointerVisitor; |
| V(_Random, "_Random") \ |
| V(_state, "_state") \ |
| V(_A, "_A") \ |
| + V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |