Bug 895274 part.30 Rename NS_MOUSE_DOUBLECLICK to eMouseDoubleClick r=smaug

This commit is contained in:
Masayuki Nakano
2015-08-29 08:58:31 +09:00
parent 6e195d9286
commit 899bdbde79
16 changed files with 26 additions and 27 deletions

View File

@@ -335,7 +335,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 eMouseUp:
case NS_MOUSE_DOUBLECLICK:
case eMouseDoubleClick:
{
WidgetMouseEvent* mouseEvent = aVisitor.mEvent->AsMouseEvent();
if (aVisitor.mDOMEvent &&