Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/FileSystemJsObject.cpp

Issue 10369004: File system path resolving (Closed)
Patch Set: Comments addressed Created April 30, 2013, 8:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/FileSystemJsObject.cpp
===================================================================
--- a/src/FileSystemJsObject.cpp
+++ b/src/FileSystemJsObject.cpp
@@ -325,7 +325,7 @@
std::string resolved = jsEngine->GetFileSystem()->Resolve(converted[0]->AsString());
- return v8::String::New(resolved.c_str(), resolved.length());
+ return Utils::ToV8String(resolved);
}
}

Powered by Google App Engine
This is Rietveld