| Index: sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart b/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| index 5bae1d7211ee68d8457d98f2c1899083ff771ee5..c400f640f5dcc6ff6e35595c90b57ba1a19e5429 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart
|
| @@ -2000,7 +2000,8 @@ class SimpleTypeInferrerVisitor<T> extends InferrerVisitor<T> {
|
| return inferrer.typeOfNativeBehavior(nativeBehavior);
|
| } else if (name == const SourceString('JS_OPERATOR_IS_PREFIX')
|
| || name == const SourceString('JS_OPERATOR_AS_PREFIX')
|
| - || name == const SourceString('JS_OBJECT_CLASS_NAME')) {
|
| + || name == const SourceString('JS_OBJECT_CLASS_NAME')
|
| + || name == const SourceString('JS_NULL_CLASS_NAME')) {
|
| return types.stringType;
|
| } else {
|
| sideEffects.setAllSideEffects();
|
|
|