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

Unified Diff: lib/dartdoc/client-static.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-static.dart
diff --git a/lib/dartdoc/client-static.dart b/lib/dartdoc/client-static.dart
index 5046a4a0a961190fe85d978e7377a411003a49ce..3e10d8eb97bfd651f815807c300dda9c91954a18 100644
--- a/lib/dartdoc/client-static.dart
+++ b/lib/dartdoc/client-static.dart
@@ -6,7 +6,7 @@
#library('client-static');
#import('dart:html');
-#import('frog/lang.dart', prefix: 'frog');
+#import('../compiler/implementation/source_file.dart');
#import('classify.dart');
#source('client-shared.dart');

Powered by Google App Engine
This is Rietveld 408576698