| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 56849c6c83594de5cd2bb0c7ea0b6ba680e682a8..0ac36d2172090b9b481ffd947ed47beb9a806272 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -199,6 +199,7 @@ abstract class Element implements Spannable {
|
| void addMetadata(MetadataAnnotation annotation);
|
| void setNative(String name);
|
| void setFixedBackendName(String name);
|
| +
|
| Scope buildScope();
|
| }
|
|
|
|
|