Bug 895274 part.33 Rename NS_MOUSE_OVER to eMouseOver r=smaug

This commit is contained in:
Masayuki Nakano
2015-08-29 08:58:32 +09:00
parent a26cbfe572
commit e3283f38f9
12 changed files with 21 additions and 22 deletions

View File

@@ -346,7 +346,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
}
break;
case NS_MOUSE_OVER:
case eMouseOver:
{
aVisitor.mPresContext->EventStateManager()->
SetContentState(this, NS_EVENT_STATE_HOVER);