[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 Nov 3 18:11:22 PDT 2011


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103592|commit-queue?               |commit-queue-
               Flag|                            |




--- Comment #11 from Ryuan Choi <ryuan.choi at samsung.com>  2011-11-03 18:11:22 PST ---
(From update of attachment 103592)
View in context: https://bugs.webkit.org/attachment.cgi?id=103592&action=review

> Source/WebKit/efl/ewk/ewk_frame.cpp:429
> +    EWK_FRAME_SD_GET_OR_RETURN(o, sd, 0);
> +    EINA_SAFETY_ON_FALSE_RETURN_VAL(sd->frame, 0);

EINA_SAFETY_ON_NULL_RETURN_VAL(sd->frame, 0);

And this patch is out-dated.
please rebased this.

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