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/deferred_load.dart

Issue 17759007: First pass at asynchronous input loading in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments 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/deferred_load.dart
diff --git a/sdk/lib/_internal/compiler/implementation/deferred_load.dart b/sdk/lib/_internal/compiler/implementation/deferred_load.dart
index 4ecf03f63400e7de16f71428426cc855046a6cf2..bba00f606a7c8d1443ab67e7536d9446d3f83606 100644
--- a/sdk/lib/_internal/compiler/implementation/deferred_load.dart
+++ b/sdk/lib/_internal/compiler/implementation/deferred_load.dart
@@ -47,8 +47,6 @@ class DeferredLoadTask extends CompilerTask {
/// should become obsolete.
final Set<Element> allDeferredElements = new LinkedHashSet<Element>();
- ClassElement cachedDeferredLibraryClass;
-
DeferredLoadTask(Compiler compiler) : super(compiler);
String get name => 'Deferred Loading';

Powered by Google App Engine
This is Rietveld 408576698