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

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

Issue 228063002: Construct literal maps using factory constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/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) {

Powered by Google App Engine
This is Rietveld 408576698