| Index: dart/pkg/compiler/lib/src/elements/modelx.dart
|
| diff --git a/dart/pkg/compiler/lib/src/elements/modelx.dart b/dart/pkg/compiler/lib/src/elements/modelx.dart
|
| index d435f4aa9c96e0acd7784ba785f71ee035330c3b..aa63ae95684ed2a564d8c13ccd017ebda613fce8 100644
|
| --- a/dart/pkg/compiler/lib/src/elements/modelx.dart
|
| +++ b/dart/pkg/compiler/lib/src/elements/modelx.dart
|
| @@ -267,6 +267,10 @@ abstract class ElementX extends Element {
|
| }
|
|
|
| DeclarationSite get declarationSite => null;
|
| +
|
| + void reuseElement() {
|
| + throw "reuseElement isn't implemented on ${runtimeType}.";
|
| + }
|
| }
|
|
|
| class ErroneousElementX extends ElementX implements ErroneousElement {
|
|
|