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

Unified Diff: pkg/compiler/lib/src/patch_parser.dart

Issue 2760923004: Eliminate multi-callback structure for LibraryLoader. (Closed)
Patch Set: . Created 3 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: pkg/compiler/lib/src/patch_parser.dart
diff --git a/pkg/compiler/lib/src/patch_parser.dart b/pkg/compiler/lib/src/patch_parser.dart
index 187b394e702aa9c27c53ec261e2a1fce64cd3246..50be043289e54f246e890c726d9bbc19780d849f 100644
--- a/pkg/compiler/lib/src/patch_parser.dart
+++ b/pkg/compiler/lib/src/patch_parser.dart
@@ -363,7 +363,7 @@ abstract class EagerAnnotationHandler<T> {
T result = handler.apply(compiler, element, annotation);
if (result != handler.defaultResult) {
// TODO(johnniwinther): Perform this check in
- // [Compiler.onLibrariesLoaded].
+ // [Compiler.processLoadedLibraries].
compiler.libraryLoader
.registerDeferredAction(new DeferredAction(element, () {
annotation.ensureResolved(compiler.resolution);

Powered by Google App Engine
This is Rietveld 408576698