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

Unified Diff: bin/file_macos.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
Index: bin/file_macos.cc
===================================================================
--- bin/file_macos.cc (revision 4985)
+++ bin/file_macos.cc (working copy)
@@ -193,6 +193,11 @@
}
+const char* File::GetWorkingDirectory() {
+ return getcwd(NULL, 0);
+}
+
+
const char* File::PathSeparator() {
return "/";
}

Powered by Google App Engine
This is Rietveld 408576698