[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
Thu Aug 11 01:44:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65972





--- Comment #7 from Grzegorz <g.czajkowski at samsung.com>  2011-08-11 01:44:50 PST ---
> Source/WebKit/efl/ewk/ewk_frame.h:325
> + * @return newly allocated string for result or @c NULL if the result cannot be converted to string or failure

Generally we don't use NULL in documentation too. I'd better use @c 0.
Additionally if the method allocates memory, it will be nice to mention that caller should free the string. See other documentation ewk_frame for details.

-- 
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