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

Unified Diff: sdk/lib/_internal/compiler/implementation/ssa/builder.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/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);
}

Powered by Google App Engine
This is Rietveld 408576698