[Webkit-unassigned] [Bug 102932] [EFL][WK2] Implement context menu in MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 00:41:34 PST 2013


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





--- Comment #5 from Christophe Dumez <christophe.dumez at intel.com>  2013-01-22 00:43:25 PST ---
(From update of attachment 183799)
View in context: https://bugs.webkit.org/attachment.cgi?id=183799&action=review

>>> Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item_private.h:66
>>> +    EwkContextMenu* parentMenu() const { return m_parentMenu; }
>> 
>> WebKit coding style: The getter should not be const if it returns a non-const pointer.
> 
> If I have added const to ewk_context_menu_item_parent_menu_get it has to be left here.

No, you don't have to leave const here and you should not. Just use const cast in ewk_context_menu_item_parent_menu_get() if needed.

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