Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 29343) |
| +++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy) |
| @@ -1238,7 +1238,7 @@ |
| abstract class HInvokeDynamic extends HInvoke { |
| final InvokeDynamicSpecializer specializer; |
| - final Selector selector; |
| + Selector selector; |
| Element element; |
| HInvokeDynamic(Selector selector, |