Bug 895274 part.245 Rename NS_SHOW_EVENT to eShow r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-15 00:14:35 +09:00
parent 0eb5af44b6
commit c8094b5fd4
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ HTMLMenuElement::SendShowEvent()
return NS_ERROR_FAILURE;
}
WidgetEvent event(true, NS_SHOW_EVENT);
WidgetEvent event(true, eShow);
event.mFlags.mBubbles = false;
event.mFlags.mCancelable = false;