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