| 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 afa5c3efa1487c37bd596bdb7f8798365e31906b..a71dbe866619003d24a859e2b14f6aff80ed365a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -142,6 +142,7 @@ abstract class Backend {
|
| void registerCatchStatement(TreeElements elements) {}
|
| void registerThrow(TreeElements elements) {}
|
| void registerLazyField(TreeElements elements) {}
|
| + void registerTypeVariableExpression(TreeElements elements) {}
|
| void registerTypeLiteral(TreeElements elements) {}
|
| void registerStackTraceInCatch(TreeElements elements) {}
|
| void registerIsCheck(DartType type,
|
|
|