[Webkit-unassigned] [Bug 65972] [EFL] update ewk_frame_script_execute to return the result for JavaScript
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 10 20:43:38 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65972
--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2011-08-10 20:43:38 PST ---
(From update of attachment 103464)
View in context: https://bugs.webkit.org/attachment.cgi?id=103464&action=review
Does return value have success or fail message? Could you explain what can application does with the return value ?
> Source/WebKit/efl/ewk/ewk_frame.cpp:426
> +char *ewk_frame_script_execute(Evas_Object* o, const char* script)
Move '*' operator to parameter side.
> Source/WebKit/efl/ewk/ewk_frame.cpp:441
> + JSC::JSLock lock(JSC::SilenceAssertionsOnly);
You need to use #if USE(JSC) preprocessor. We may use V8 as JavaScriptEngine in future.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list