Bug 895274 part.26 Rename NS_MOUSE_BUTTON_UP to eMouseUp r=smaug

This commit is contained in:
Masayuki Nakano
2015-08-29 08:58:30 +09:00
parent 329427650a
commit 00ded62efd
45 changed files with 92 additions and 95 deletions

View File

@@ -334,7 +334,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
// cancel all of these events for buttons
//XXXsmaug What to do with these events? Why these should be cancelled?
case NS_MOUSE_BUTTON_UP:
case eMouseUp:
case NS_MOUSE_DOUBLECLICK:
{
WidgetMouseEvent* mouseEvent = aVisitor.mEvent->AsMouseEvent();