Bug 895274 part.213 Rename NS_SCROLLPORT_OVERFLOW to eScrollPortOverflow r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-12 01:19:27 +09:00
parent 4099d8b37b
commit 9162c56b9d
5 changed files with 6 additions and 6 deletions

View File

@@ -3035,7 +3035,7 @@ HTMLInputElement::NeedToInitializeEditorForEvent(
case eMouseOver:
case eMouseOut:
case NS_SCROLLPORT_UNDERFLOW:
case NS_SCROLLPORT_OVERFLOW:
case eScrollPortOverflow:
return false;
default:
return true;