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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 14:59:43 PST 2013


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





--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2013-01-23 15:01:35 PST ---
(From update of attachment 183917)
View in context: https://bugs.webkit.org/attachment.cgi?id=183917&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.cpp:153
>      EINA_SAFETY_ON_NULL_RETURN_VAL(item, 0);
>  
> -    return item->parentMenu();
> +    return const_cast<Ewk_Context_Menu_Item*>(item)->parentMenu();
>  }

This code needs review by WebKit2 owner, so could it be in a separate opatch somehow?

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