Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 17680) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -191,6 +191,7 @@ |
| V(_instanceOf, "_instanceOf") \ |
| V(PrivateGetterPrefix, "get:_") \ |
| V(PrivateSetterPrefix, "set:_") \ |
| + V(_New, "_new") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |