SSIA
Created attachment 202441 [details] proposed patch
Comment on attachment 202441 [details] proposed patch This seems more like a revert than a proper fix. I think the best solution would be for EwkContextMenuItem::create() / constructor to take a EwkContextMenu* instead of a PassRefPtr<EwkContextMenu>. It is not correct to have the menu own the item and have the item own the menu at the same time.
Created attachment 202508 [details] patch Instead of removing parent menu from context menu item, RefPtr to parent menu is changed to raw pointer.
Comment on attachment 202508 [details] patch LGTM. r=me.
Comment on attachment 202508 [details] patch Clearing flags on attachment: 202508 Committed r150507: <http://trac.webkit.org/changeset/150507>
All reviewed patches have been landed. Closing bug.