| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 9fdb6532978b3c2eba10f3eae9911c9be5333219..f010d81d6f91c007b07044c888945ae74037b8f4 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -662,7 +662,7 @@ class ForeignElement extends Element {
|
| }
|
|
|
| ForeignElement cloneTo(Element enclosing, DiagnosticListener listener) {
|
| - ForeignElement result = new ForeignElement(name, kind, enclosing);
|
| + ForeignElement result = new ForeignElement(name, enclosing);
|
| return result;
|
| }
|
| }
|
|
|