| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/builder.dart (revision 16100)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/builder.dart (working copy)
|
| @@ -3431,7 +3431,7 @@
|
| return;
|
| }
|
|
|
| - if (identical(element, compiler.identicalFunction)) {
|
| + if (element.declaration == compiler.identicalFunction) {
|
| pushWithPosition(new HIdentity(target, inputs[1], inputs[2]), node);
|
| return;
|
| }
|
|
|