| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 1aa47b763707039c52ea28dda80d0bcf9c61a5b0..86394ccc418f863f1655e6e256020d9d1b954aa0 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -222,6 +222,8 @@ abstract class Backend {
|
| /// Returns true if this element should be retained for reflection even if it
|
| /// would normally be tree-shaken away.
|
| bool isNeededForReflection(Element element) => false;
|
| +
|
| + void registerStaticSend(Element element, Node node) {}
|
| }
|
|
|
| /**
|
|
|