mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Changed implementation of OnShowContextMenu to reflect updated IDL. b=48270 a=valeski
This commit is contained in:
parent
ff60eb83e6
commit
75c715d6d4
@ -85,7 +85,7 @@ NS_IMETHODIMP CWebBrowserContainer::GetInterface(const nsIID & uuid, void * *res
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// nsIContextMenuListener
|
||||
|
||||
NS_IMETHODIMP CWebBrowserContainer::OnShowContextMenu(PRInt32 aContextFlags, nsIDOMEvent *aEvent, nsIDOMNode *aNode)
|
||||
NS_IMETHODIMP CWebBrowserContainer::OnShowContextMenu(PRUint32 aContextFlags, nsIDOMEvent *aEvent, nsIDOMNode *aNode)
|
||||
{
|
||||
m_pOwner->ShowContextMenu(aContextFlags);
|
||||
return NS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user