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

Unified Diff: bin/file_win.cc

Issue 9614006: - Proper URI resolution when loading scripts from the standalone binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « bin/file_macos.cc ('k') | bin/gen_snapshot.cc » ('j') | bin/main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/file_win.cc
===================================================================
--- bin/file_win.cc (revision 5061)
+++ bin/file_win.cc (working copy)
@@ -189,6 +189,12 @@
}
+const char* File::GetWorkingDirectory() {
+ UNIMPLEMENTED();
+ return ".";
+}
+
+
const char* File::PathSeparator() {
return "\\";
}
« no previous file with comments | « bin/file_macos.cc ('k') | bin/gen_snapshot.cc » ('j') | bin/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698