Changing comment style for consistency with other similar code in this file.

This commit is contained in:
jst%mozilla.jstenback.com 2004-04-13 03:57:12 +00:00
parent 592c7e8211
commit 0d6ecc9cc7
2 changed files with 2 additions and 2 deletions

View File

@ -1997,7 +1997,7 @@ NS_IMPL_ISUPPORTS2(nsPluginDOMContextMenuListener, nsIDOMContextMenuListener, ns
NS_IMETHODIMP
nsPluginDOMContextMenuListener::ContextMenu(nsIDOMEvent* aContextMenuEvent)
{
aContextMenuEvent->PreventDefault(); /* consume event */
aContextMenuEvent->PreventDefault(); // consume event
return NS_OK;
}

View File

@ -1997,7 +1997,7 @@ NS_IMPL_ISUPPORTS2(nsPluginDOMContextMenuListener, nsIDOMContextMenuListener, ns
NS_IMETHODIMP
nsPluginDOMContextMenuListener::ContextMenu(nsIDOMEvent* aContextMenuEvent)
{
aContextMenuEvent->PreventDefault(); /* consume event */
aContextMenuEvent->PreventDefault(); // consume event
return NS_OK;
}