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

Unified Diff: lib/dartdoc/client-live-nav.dart

Issue 10701091: Dartdoc and Apidoc updated to use dart2js through the mirror system. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed cf. rnystrom's comments. Created 8 years, 5 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/dartdoc/client-live-nav.dart
diff --git a/lib/dartdoc/client-live-nav.dart b/lib/dartdoc/client-live-nav.dart
index e006f062c2159d9302fded5af5137a348bf5aa3e..e6f37cba97fbbb542efbcb5ee092bcb08cf35853 100644
--- a/lib/dartdoc/client-live-nav.dart
+++ b/lib/dartdoc/client-live-nav.dart
@@ -7,7 +7,7 @@
#import('dart:html');
#import('dart:json');
-#import('frog/lang.dart', prefix: 'frog');
+#import('../compiler/implementation/source_file.dart');
#import('classify.dart');
#import('markdown.dart', prefix: 'md');

Powered by Google App Engine
This is Rietveld 408576698