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

Unified Diff: utils/tip/tip.dart

Issue 8930015: Fix path in tip (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/tip/tip.dart
diff --git a/utils/tip/tip.dart b/utils/tip/tip.dart
index 44edb6a518affaa5c517c71406944455750c2541..da428abaa9ff6daa9cb55a3d428a7be56200df55 100644
--- a/utils/tip/tip.dart
+++ b/utils/tip/tip.dart
@@ -15,7 +15,7 @@
void main() {
- final systemPath = getRootPath(window) + '/..';
+ final systemPath = getRootPath(window) + '/../../frog';
final userPath = getRootPath(window.parent);
if (window !== window.parent) {
« 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