| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index ace106606310f9feaa0718d0ddd2ef893cc79afe..4e1199ef618de9a2176888f4810b6e063e8bc11c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -3431,7 +3431,7 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| return;
|
| }
|
|
|
| - if (element.declaration == compiler.identicalFunction) {
|
| + if (identical(element, compiler.identicalFunction)) {
|
| pushWithPosition(new HIdentity(target, inputs[1], inputs[2]), node);
|
| return;
|
| }
|
|
|