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

Unified Diff: runtime/vm/symbols.h

Issue 1282883003: Move service extension handler execution to a timer (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
« no previous file with comments | « runtime/vm/service.cc ('k') | sdk/lib/developer/extension.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index c727f777155b69352484614d9b24d55cc3acf343..4f2c72cdb1cba7c1b3617577679b3caafbb0c4d4 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -390,8 +390,7 @@ class ObjectPointerVisitor;
V(removeLast, "removeLast") \
V(add, "add") \
V(ConstructorClosurePrefix, "new#") \
- V(_extensionExists, "_extensionExists") \
- V(_invokeExtension, "_invokeExtension") \
+ V(_scheduleExtension, "_scheduleExtension") \
// Contains a list of frequently used strings in a canonicalized form. This
« no previous file with comments | « runtime/vm/service.cc ('k') | sdk/lib/developer/extension.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698