| Index: sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| index 6d85e086ab2e93792d511a6636c7ad002672c295..60f48078f507e1d66fcaeef04fec2e89883d3872 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
|
| @@ -314,10 +314,6 @@ class PrettyPrinter implements Visitor {
|
| closeNode();
|
| }
|
|
|
| - visitScriptTag(ScriptTag node) {
|
| - visitNodeWithChildren(node, "ScriptTag");
|
| - }
|
| -
|
| visitChildNode(Node node, String fieldName) {
|
| if (node == null) return;
|
| addCurrentIndent();
|
|
|