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

Unified Diff: dart/frog/leg/compiler.dart

Issue 9309061: Implement script tags. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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
« no previous file with comments | « no previous file | dart/frog/leg/elements/elements.dart » ('j') | dart/frog/leg/scanner/scanner_task.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/compiler.dart
diff --git a/dart/frog/leg/compiler.dart b/dart/frog/leg/compiler.dart
index cba5083a8918c2236fd16870fca875adeb421bb3..ba67607ae3e98dbe47f221a7b1453ffe64399fac 100644
--- a/dart/frog/leg/compiler.dart
+++ b/dart/frog/leg/compiler.dart
@@ -217,6 +217,7 @@ class Compiler implements DiagnosticListener {
}
TreeElements analyzeElement(Element element) {
+ assert(parser !== null);
Node tree = parser.parse(element);
validator.validate(tree);
TreeElements elements = resolver.resolve(element);
« no previous file with comments | « no previous file | dart/frog/leg/elements/elements.dart » ('j') | dart/frog/leg/scanner/scanner_task.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698