Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart |
index 8cba4eb513cf4160a2f1f02f165d960f50a1d1be..879e8aa08e50da6be0df205976fc015a6fe4a6e9 100644 |
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart |
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart |
@@ -1528,6 +1528,9 @@ abstract class Compiler implements DiagnosticListener { |
return element; |
} |
+ Element lookupConstructor(ClassElement classElement, String name) { |
floitsch
2014/04/08 12:43:13
Is this necessary?
why?
sra1
2014/04/08 17:55:01
Nope. Old code. Removed.
|
+ } |
+ |
bool get isMockCompilation => false; |
Token processAndStripComments(Token currentToken) { |