Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index ed1cdd617d9d8c16cc24f81aeb4b3d3bda78ab93..29d637d84f33cfdff2e6f4e0c52594ce00217fbd 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -68,6 +68,9 @@ class ObjectPointerVisitor; |
V(Library, "library") \ |
V(LoadLibrary, "loadLibrary") \ |
V(_LibraryPrefix, "_LibraryPrefix") \ |
+ V(Async, "async") \ |
+ V(Future, "Future") \ |
+ V(FutureConstructor, "Future.") \ |
V(Native, "native") \ |
V(Import, "import") \ |
V(Source, "source") \ |