Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: runtime/vm/symbols.h

Issue 1299493007: Rework service extensions to be safe (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 97c6ce10d6aff9f9282d16626a9d6a97c4838fd3..a1972c2749093fcb833dc58cd3c86cea63f87708 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -397,6 +397,7 @@ class ObjectPointerVisitor;
V(add, "add") \
V(ConstructorClosurePrefix, "new#") \
V(_scheduleExtension, "_scheduleExtension") \
+ V(_runPendingImmediateCallback, "_runPendingImmediateCallback") \
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698