| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index 151efbdad1df2e09c5906fdb1431f648c53d07a0..77e249886863bf7a51cb40defdbcf5a85084e25b 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -5076,10 +5076,6 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| inTryStatement = oldInTryStatement;
|
| }
|
|
|
| - visitScriptTag(ScriptTag node) {
|
| - compiler.unimplemented('SsaBuilder.visitScriptTag', node: node);
|
| - }
|
| -
|
| visitCatchBlock(CatchBlock node) {
|
| visit(node.block);
|
| }
|
|
|