Bug 895274 part.28 Rename NS_MOUSE_ENTER_WIDGET to eMouseEnterIntoWidget r=smaug

This commit is contained in:
Masayuki Nakano
2015-08-29 08:58:31 +09:00
parent 5efe61139d
commit 7af62446df
16 changed files with 30 additions and 28 deletions

View File

@@ -3027,7 +3027,7 @@ HTMLInputElement::NeedToInitializeEditorForEvent(
switch (aVisitor.mEvent->mMessage) {
case eMouseMove:
case NS_MOUSE_ENTER_WIDGET:
case eMouseEnterIntoWidget:
case NS_MOUSE_EXIT_WIDGET:
case NS_MOUSE_OVER:
case NS_MOUSE_OUT: