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

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

Issue 201613006: Introduces the new syntax for deferred loading (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Ambigous elements are not top-level. Created 6 years, 9 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 b3044bbaa5f5fabc92bd3e4d6077c25cc9c804c2..d74fa606bdaae2c51d8240d5ccb487d7877f6564 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -489,6 +489,7 @@ abstract class Compiler implements DiagnosticListener {
ClassElement documentClass;
Element assertMethod;
Element identicalFunction;
+ Element loadLibraryFunction;
Element functionApplyMethod;
Element invokeOnMethod;
Element intEnvironment;

Powered by Google App Engine
This is Rietveld 408576698