| 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 5715da9961ea22cf5fb3927835ca6a1d0e3fbe7c..d19b929e5ffbe3dac6543a495b164f9a08bee46f 100644
|
| --- a/pkg/compiler/lib/src/js_backend/annotations.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/annotations.dart
|
| @@ -49,7 +49,7 @@ class Annotations {
|
| // TODO(floitsch): restrict to elements from the test directory.
|
| return true;
|
| }
|
| - return _hasAnnotation(element, backend.helpers.noInlineClass);
|
| + return _hasAnnotation(element, compiler.commonElements.noInlineClass);
|
| }
|
|
|
| /// Returns `true` if parameter and returns types should be trusted for
|
|
|