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

Unified Diff: pkg/compiler/lib/src/js_backend/annotations.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/js_backend/annotations.dart
diff --git a/pkg/compiler/lib/src/js_backend/annotations.dart b/pkg/compiler/lib/src/js_backend/annotations.dart
index e1fffe7121d9a3d96cc267a21920a2c8c82aadd6..5715da9961ea22cf5fb3927835ca6a1d0e3fbe7c 100644
--- a/pkg/compiler/lib/src/js_backend/annotations.dart
+++ b/pkg/compiler/lib/src/js_backend/annotations.dart
@@ -27,7 +27,7 @@ class Annotations {
Annotations(this.compiler);
- void onLibraryScanned(LibraryElement library) {
+ void onLibraryLoaded(LibraryElement library) {
if (library.canonicalUri == PACKAGE_EXPECT) {
expectNoInlineClass = library.find('NoInline');
expectTrustTypeAnnotationsClass = library.find('TrustTypeAnnotations');

Powered by Google App Engine
This is Rietveld 408576698