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

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

Issue 330913004: Move Compiler.libraries to LibraryLoader. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix compiler_isolate.dart Created 6 years, 6 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/use_unused_api.dart
diff --git a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
index 071126bc240815e60321665396048bcc0d6f7acd..cabe18d364c37d785d25c898d39a10a011993009 100644
--- a/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
+++ b/sdk/lib/_internal/compiler/implementation/use_unused_api.dart
@@ -235,5 +235,5 @@ useIr(ir_nodes.SExpressionStringifier stringifier,
useCompiler(dart2jslib.Compiler compiler) {
compiler.libraryLoader.reset();
- compiler.libraryLoader.reuseLibrary(null);
+ compiler.libraryLoader.lookupLibrary(null);
}

Powered by Google App Engine
This is Rietveld 408576698