Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 27665) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -41,6 +41,8 @@ |
| V(AbstractClassInstantiationError, "AbstractClassInstantiationError") \ |
| V(NoSuchMethodError, "NoSuchMethodError") \ |
| V(ThrowNew, "_throwNew") \ |
| + V(Symbol, "Symbol") \ |
| + V(SymbolCtor, "Symbol.") \ |
| V(List, "List") \ |
| V(ListLiteralFactory, "List._fromLiteral") \ |
| V(ListFactory, "List.") \ |