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

Unified Diff: site/try/poi/poi.dart

Issue 2000323006: Make CompilerTask independent of compiler. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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: site/try/poi/poi.dart
diff --git a/site/try/poi/poi.dart b/site/try/poi/poi.dart
index be9815317e204cea3902565d752c015eb20e608d..f73e4e77ca9a1c6bc6ea4d8eaf891e30d20446fd 100644
--- a/site/try/poi/poi.dart
+++ b/site/try/poi/poi.dart
@@ -565,7 +565,7 @@ class ScriptOnlyFilter implements QueueFilter {
}
class PoiTask extends CompilerTask {
- PoiTask(Compiler compiler) : super(compiler);
+ PoiTask(Compiler compiler) : super(compiler.measurer);
String get name => 'POI';
}

Powered by Google App Engine
This is Rietveld 408576698