| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| index 98e41ed1b94f72e9cf0b324852179fa8bca0b4e1..2dedc82b46f36232e504326ed395e533caf73a26 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| @@ -1634,8 +1634,8 @@ class JavaScriptBackend extends Backend {
|
| } else {
|
| if (nativeCheck) {
|
| return typeCast
|
| - ? const SourceString("callTypeCast")
|
| - : const SourceString('callTypeCheck');
|
| + ? const SourceString("interceptedTypeCast")
|
| + : const SourceString('interceptedTypeCheck');
|
| } else {
|
| return typeCast
|
| ? const SourceString("propertyTypeCast")
|
|
|