Changed implementation of OnShowContextMenu to reflect updated IDL. b=48270 a=valeski

This commit is contained in:
locka%iol.ie 2000-08-16 09:00:44 +00:00
parent ff60eb83e6
commit 75c715d6d4

View File

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