| Index: sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (revision 20274)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (working copy)
|
| @@ -268,7 +268,7 @@
|
|
|
| // Try converting the instruction to a builtin instruction.
|
| HInstruction instruction =
|
| - node.specializer.tryConvertToBuiltin(node);
|
| + node.specializer.tryConvertToBuiltin(node, compiler);
|
| if (instruction != null) return instruction;
|
|
|
| Selector selector = node.selector;
|
|
|