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

Unified Diff: lib/compiler/implementation/compiler.dart

Issue 10005040: Using annotations to help with parser recovery (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # Created 8 years, 8 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: lib/compiler/implementation/compiler.dart
diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
index 0e68c7d10193a893b23b85f71cab83b2cfa2d320..e5a5c55e81e22b01313e31c6ac82cb39805a91f0 100644
--- a/lib/compiler/implementation/compiler.dart
+++ b/lib/compiler/implementation/compiler.dart
@@ -110,6 +110,7 @@ class Compiler implements DiagnosticListener {
checker = new TypeCheckerTask(this);
builder = new SsaBuilderTask(this);
optimizer = new SsaOptimizerTask(this);
+ Send fakeSend = new Send(null, Selector.);
messick 2012/04/06 17:11:47 Is this intentional?
generator = new SsaCodeGeneratorTask(this);
emitter = new CodeEmitterTask(this);
enqueuer = new EnqueueTask(this);

Powered by Google App Engine
This is Rietveld 408576698