Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 29797) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -24,6 +24,7 @@ |
| V(TopLevel, "::") \ |
| V(DefaultLabel, ":L") \ |
| V(This, "this") \ |
| + V(Other, "other") \ |
| V(Super, "super") \ |
| V(Call, "call") \ |
| V(Current, "current") \ |