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