[Webkit-unassigned] [Bug 134663] [EFL] Fix crash caused by invalid cursor image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 6 08:43:52 PDT 2014


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-07-06 08:44:08 PST ---
(From update of attachment 234458)
View in context: https://bugs.webkit.org/attachment.cgi?id=234458&action=review

> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:223
> +    smartData->mouse_in = 1;

Use true instead of 1.

> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:233
> +    smartData->mouse_in = 0;

Use true instead of 0.

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:224
> +    Eina_Bool mouse_in;

I'm not sure whether we should maintain this flag as a field of Ewk_View_Smart_Data since this flag is only used internally. Any reason we should open this flag as public ? If not, it looks we maintain it as one of EwkView member internally.

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