Bug 571294 - Fix typo causing compile bustage on a CLOSED TREE a=bustage

This commit is contained in:
Michael Layzell 2015-09-04 13:19:23 -04:00
parent 2b395f78d2
commit afccea7e2c

View File

@ -814,7 +814,7 @@ nsIContent::PreHandleEvent(EventChainPreVisitor& aVisitor)
case eFormReset:
case eResize:
case eScroll:
case eSelectStart:
case NS_SELECT_START:
stopEvent = true;
break;
case NS_USER_DEFINED_EVENT: