The JSC-specific implementation of JavaString was moved to JavaStringJSC.h in http://trac.webkit.org/changeset/53449 Android requires a V8 implementation of JavaString
Created attachment 47698 [details] Patch
Comment on attachment 47698 [details] Patch > + const char* cs = getCharactersFromJStringInEnv(e, s); > + { > + m_utf8String = WebCore::CString(cs, size); > + } Minor nitpick: since we don't need JSLock here, do we need to put that line in its own block? Otherwise, LGTM.
> Minor nitpick: since we don't need JSLock here, do we need to put that line in > its own block? Fixed Landed manually as http://trac.webkit.org/changeset/54132 Closing bug as resolved fixed.