| Index: pkg/compiler/lib/src/js_backend/no_such_method_registry.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/no_such_method_registry.dart b/pkg/compiler/lib/src/js_backend/no_such_method_registry.dart
|
| index f67c60ecca5f68f267ca2beb3efedd69441cba99..ee09ed328ee1b416092a94c24990a7be30c1fd78 100644
|
| --- a/pkg/compiler/lib/src/js_backend/no_such_method_registry.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/no_such_method_registry.dart
|
| @@ -168,8 +168,8 @@ class NoSuchMethodRegistry {
|
| bool _isDefaultNoSuchMethodImplementation(FunctionElement element) {
|
| ClassElement classElement = element.enclosingClass;
|
| return classElement == _compiler.coreClasses.objectClass
|
| - || classElement == _backend.jsInterceptorClass
|
| - || classElement == _backend.jsNullClass;
|
| + || classElement == _backend.helpers.jsInterceptorClass
|
| + || classElement == _backend.helpers.jsNullClass;
|
| }
|
|
|
| bool _hasForwardingSyntax(FunctionElement element) {
|
|
|