| Index: lib/compiler/implementation/native_handler.dart
|
| diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
|
| index 18a67d7d6150d143cf6a91e9fb5049687c8941a0..ff935cacb2cc70e29c883e043d32f96a6ee6a978 100644
|
| --- a/lib/compiler/implementation/native_handler.dart
|
| +++ b/lib/compiler/implementation/native_handler.dart
|
| @@ -300,7 +300,8 @@ void generateMethodWithPrototypeCheckForElement(Compiler compiler,
|
| String code,
|
| String parameters) {
|
| String methodName;
|
| - Namer namer = compiler.namer;
|
| + JavaScriptBackend backend = compiler.backend;
|
| + Namer namer = backend.namer;
|
| if (element.kind == ElementKind.FUNCTION) {
|
| FunctionSignature signature = element.computeSignature(compiler);
|
| methodName = namer.instanceMethodName(
|
|
|