| Index: sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (revision 18125)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (working copy)
|
| @@ -686,7 +686,7 @@
|
| } else if (type.isArray()) {
|
| constantInterceptor = backend.jsArrayClass;
|
| } else if (type.isNull()) {
|
| - constantInterceptor = backend.jsIntClass;
|
| + constantInterceptor = backend.jsNullClass;
|
| } else if (type.isNumber()) {
|
| // If the method being intercepted is not defined in [int] or
|
| // [double] we can safely use the number interceptor.
|
|
|