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

Unified Diff: lib/compiler/implementation/resolver.dart

Issue 10836312: Add a couple of workarounds for issues caused by current dart2js patch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: lib/compiler/implementation/resolver.dart
diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
index 7b043fa1d85182488b67a8fae719e8a1fbe0f236..4f8dc1eb16b88c1902a8891248cb8e4a16d22dde 100644
--- a/lib/compiler/implementation/resolver.dart
+++ b/lib/compiler/implementation/resolver.dart
@@ -160,7 +160,7 @@ class ResolverTask extends CompilerTask {
[defaultClass.name]);
}
// We have now established the following:
- // [intrface] is an interface, let's say "MyInterface".
+ // [interface] is an interface, let's say "MyInterface".
Johnni Winther 2012/08/17 10:39:45 [intrface] refers to the local variable so we shou
Mads Ager (google) 2012/08/17 10:44:38 Reverted this change. What a horrible variable nam
// [defaultClass] is a class, let's say "MyClass".
// If the default class implements the interface then we must use the

Powered by Google App Engine
This is Rietveld 408576698