Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/universe/universe.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/universe/universe.dart (revision 19615) |
| +++ sdk/lib/_internal/compiler/implementation/universe/universe.dart (working copy) |
| @@ -484,8 +484,6 @@ |
| bool appliesUnnamed(Element element, Compiler compiler) { |
| assert(sameNameHack(element, compiler)); |
| - // [TypedSelector] are only used when compiling. |
| - assert(compiler.phase == Compiler.PHASE_COMPILING); |
|
kasperl
2013/03/07 14:09:17
Maybe check that we're after resolution?
ngeoffray
2013/03/08 11:32:37
Done.
|
| if (!element.isMember()) return false; |
| // A closure can be called through any typed selector: |