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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 22:32:13 PST 2013


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





--- Comment #3 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-01-21 22:34:04 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.h:273
> +EAPI Ewk_Context_Menu *ewk_context_menu_item_parent_menu_get(Ewk_Context_Menu_Item *o);

Missing *const* keyword in parameter.

> Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item_private.h:70
> +    explicit EwkContextMenuItem(const WebKit::WebContextMenuItemData&, EwkContextMenu* parentMenu);

Please remove explicit keyword.

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