Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart b/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart |
| index b0ffbd6106c27caa29eb8104ff07c5fdbf1548ce..35c76fd67a52f12b37650843dba8566266be98b4 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart |
| @@ -2043,6 +2043,7 @@ class CodeEmitterTask extends CompilerTask { |
| ClassElement receiverClass = objectClass; |
| TypeMask mask = selector.mask; |
| if (mask != null) { |
| + if (mask.isEmpty) continue; |
|
ngeoffray
2013/03/11 14:52:28
Please add a comment that if the mask is JSNull, w
kasperl
2013/03/12 05:56:56
Done.
|
| receiverClass = mask.base.element; |
| } |