Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 43518) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -86,7 +86,7 @@ |
| V(_LibraryPrefix, "_LibraryPrefix") \ |
| V(Async, "async") \ |
| V(Sync, "sync") \ |
| - V(Yield, "yield") \ |
| + V(YieldKw, "yield") \ |
| V(AsyncCompleter, ":async_completer") \ |
| V(AsyncOperation, ":async_op") \ |
| V(AsyncOperationParam, ":async_result") \ |