Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart

Issue 20994004: Remove support for script tags. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698