| 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 3bb7e4502bf0f0cf08e0b9a1f92278ae1e1c09f6..f67c60ecca5f68f267ca2beb3efedd69441cba99 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
|
| @@ -167,7 +167,7 @@ class NoSuchMethodRegistry {
|
|
|
| bool _isDefaultNoSuchMethodImplementation(FunctionElement element) {
|
| ClassElement classElement = element.enclosingClass;
|
| - return classElement == _compiler.objectClass
|
| + return classElement == _compiler.coreClasses.objectClass
|
| || classElement == _backend.jsInterceptorClass
|
| || classElement == _backend.jsNullClass;
|
| }
|
|
|