| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (revision 19535)
|
| +++ sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (working copy)
|
| @@ -1502,4 +1502,8 @@
|
| generatedBailoutCode.remove(element);
|
| compiler.enqueuer.codegen.addToWorkList(element);
|
| }
|
| +
|
| + bool isNullImplementation(ClassElement cls) {
|
| + return cls == jsNullClass;
|
| + }
|
| }
|
|
|