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

@@ -3028,7 +3028,7 @@ HTMLInputElement::NeedToInitializeEditorForEvent(
case eMouseMove:
case eMouseEnterIntoWidget:
case eMouseExitFromWidget:
case NS_MOUSE_OVER:
case eMouseOver:
case NS_MOUSE_OUT:
case NS_SCROLLPORT_UNDERFLOW:
case NS_SCROLLPORT_OVERFLOW: