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

Unified Diff: sdk/lib/_internal/compiler/implementation/enqueue.dart

Issue 23493026: Revert "Fix casts and type assertions on mixins used in native classes." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: sdk/lib/_internal/compiler/implementation/enqueue.dart
diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart
index e3e9e64d4f6e016fcccffbf8efc37415944dcc20..22f8351110a5d800ffb9f955d01407d76bf75d3a 100644
--- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
+++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
@@ -495,7 +495,7 @@ abstract class Enqueuer {
void registerAsCheck(DartType type, TreeElements elements) {
registerIsCheck(type, elements);
- compiler.backend.registerAsCheck(type, this, elements);
+ compiler.backend.registerAsCheck(type, elements);
}
void registerGenericCallMethod(Element element, TreeElements elements) {

Powered by Google App Engine
This is Rietveld 408576698