Bug 895274 part.34 Rename NS_MOUSE_OUT to eMouseOut r=smaug

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

View File

@@ -355,7 +355,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
break;
// XXX this doesn't seem to do anything yet
case NS_MOUSE_OUT:
case eMouseOut:
{
aVisitor.mPresContext->EventStateManager()->
SetContentState(nullptr, NS_EVENT_STATE_HOVER);