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

Unified Diff: utils/apidoc/apidoc.dart

Issue 10938010: Switch from interfaces to abstract classes in dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index 21ca745529a93c2e9cf914901ce294bf2262d51f..ba777aac94ad458b27977e691a55f87af74409d1 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -30,7 +30,7 @@ void main() {
final args = new Options().arguments;
int mode = doc.MODE_STATIC;
- Path outputDir = const Path('docs');
+ Path outputDir = new Path('docs');
bool generateAppCache = false;
// Parse the command-line arguments.

Powered by Google App Engine
This is Rietveld 408576698