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

Unified Diff: utils/apidoc/html_diff.dart

Issue 9453031: Make dartdoc and apidoc run on the VM instead of node. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/html_diff.dart
diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
index 0acf1e794f29136c7232e9b3defc4aa3b3bb2215..d6764e18590447680986209c09635e64d16d1120 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -10,7 +10,7 @@
#import('dart:coreimpl');
#import('../../frog/lang.dart');
-#import('../../frog/file_system_node.dart');
+#import('../../frog/file_system_vm.dart');
#import('../../frog/file_system.dart');
#import('../dartdoc/dartdoc.dart');

Powered by Google App Engine
This is Rietveld 408576698