Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 42059) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -85,7 +85,7 @@ |
| V(AwaitContextVar, ":await_ctx_var") \ |
| V(AwaitJumpVar, ":await_jump_var") \ |
| V(Future, "Future") \ |
| - V(FutureConstructor, "Future.") \ |
| + V(FutureMicrotask, "Future.microtask") \ |
| V(FutureValue, "Future.value") \ |
| V(FutureThen, "then") \ |
| V(FutureCatchError, "catchError") \ |