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

Unified Diff: pkg/fletchc/lib/src/dynamic_call_enqueuer.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Address ahe's review Created 5 years 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 | « pkg/fletchc/lib/src/debug_registry.dart ('k') | pkg/fletchc/lib/src/enqueuer_mixin.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/dynamic_call_enqueuer.dart
diff --git a/pkg/fletchc/lib/src/dynamic_call_enqueuer.dart b/pkg/fletchc/lib/src/dynamic_call_enqueuer.dart
index 3f4906c9249ee4b94b4c4d0cd76440e254367f73..2b2b218a2876aa8145712c657c600bb7ea0b76ac 100644
--- a/pkg/fletchc/lib/src/dynamic_call_enqueuer.dart
+++ b/pkg/fletchc/lib/src/dynamic_call_enqueuer.dart
@@ -196,9 +196,7 @@ class DynamicCallEnqueuer {
}
}
- void enqueueSelector(DynamicUse use) {
- assert(use.mask == null);
- Selector selector = use.selector;
+ void enqueueSelector(Selector selector) {
if (enqueuedSelectors.add(selector)) {
pendingSelectors.add(selector);
}
« no previous file with comments | « pkg/fletchc/lib/src/debug_registry.dart ('k') | pkg/fletchc/lib/src/enqueuer_mixin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698