Bug 895274 part.21 Rename NS_ONLINE to eOnline r=smaug

This commit is contained in:
Masayuki Nakano 2015-08-29 08:58:29 +09:00
parent 1b90499ceb
commit 3bf965bf66
2 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ WINDOW_EVENT(offline,
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
eBasicEventClass)
WINDOW_EVENT(online,
NS_ONLINE,
eOnline,
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
eBasicEventClass)
WINDOW_EVENT(pagehide,

View File

@ -39,7 +39,7 @@ NS_EVENT_MESSAGE(ePluginActivate, eWindowEventFirst + 62)
NS_EVENT_MESSAGE(ePluginFocus, eWindowEventFirst + 63)
NS_EVENT_MESSAGE(eOffline, eWindowEventFirst + 64)
NS_EVENT_MESSAGE(NS_ONLINE, eWindowEventFirst + 65)
NS_EVENT_MESSAGE(eOnline, eWindowEventFirst + 65)
// NS_BEFORERESIZE_EVENT used to be here (eWindowEventFirst + 66)