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

Unified Diff: utils/dartdoc/interact.dart

Issue 8726038: Use right path to html lib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/interact.dart
diff --git a/utils/dartdoc/interact.dart b/utils/dartdoc/interact.dart
index 98e8560b97d87bcff11e9dbe459302fa197ee361..dabcfd74c81fa2050573c053dc014310f10bb8a5 100644
--- a/utils/dartdoc/interact.dart
+++ b/utils/dartdoc/interact.dart
@@ -5,7 +5,7 @@
/** Provides client-side behavior for generated docs. */
#library('interact');
-#import('../../client/html/html.dart');
+#import('dart:html');
main() {
window.on.contentLoaded.add((e) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698