Trying to fix bustage, Bug 363067

This commit is contained in:
Olli.Pettay%helsinki.fi 2007-02-16 00:03:57 +00:00
parent d9a094b418
commit cc8c160a3b

View File

@ -250,7 +250,7 @@ nsWindowRoot::GetSystemEventGroup(nsIDOMEventGroup **aGroup)
}
NS_IMETHODIMP
nsresult
nsWindowRoot::PreHandleEvent(nsEventChainPreVisitor& aVisitor)
{
aVisitor.mCanHandle = PR_TRUE;
@ -260,7 +260,7 @@ nsWindowRoot::PreHandleEvent(nsEventChainPreVisitor& aVisitor)
return NS_OK;
}
NS_IMETHODIMP
nsresult
nsWindowRoot::PostHandleEvent(nsEventChainPostVisitor& aVisitor)
{
return NS_OK;