| 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');
|
|
|