| 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 a8566268e4d5da685238aa103dc2fed66bc3995c..cfb88d328453b333036da9f56a71dfeeb8b7f7fa 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -149,6 +149,7 @@ abstract class Backend {
|
| void registerStringInterpolation(TreeElements elements) {}
|
| void registerCatchStatement(TreeElements elements) {}
|
| void registerThrow(TreeElements elements) {}
|
| + void registerThrowExpression(TreeElements elements) {}
|
| void registerLazyField(TreeElements elements) {}
|
| void registerTypeVariableExpression(TreeElements elements) {}
|
| void registerTypeLiteral(TreeElements elements) {}
|
|
|