Bug 895274 part.246 Rename NS_MESSAGE to eMessage r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-15 00:14:35 +09:00
parent ab1e490c99
commit d7f9336d81
2 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ WINDOW_EVENT(languagechange,
// need a different macro to flag things like that (IDL, but not content
// attributes on body/frameset), or is just using EventNameType_None enough?
WINDOW_EVENT(message,
NS_MESSAGE,
eMessage,
EventNameType_None,
eBasicEventClass)
WINDOW_EVENT(offline,

View File

@ -348,7 +348,7 @@ NS_EVENT_MESSAGE(eBeforePrint, ePrintEventFirst)
NS_EVENT_MESSAGE(eAfterPrint, ePrintEventFirst + 1)
NS_EVENT_MESSAGE(NS_MESSAGE_EVENT_START, 4700)
NS_EVENT_MESSAGE(NS_MESSAGE, NS_MESSAGE_EVENT_START)
NS_EVENT_MESSAGE(eMessage, NS_MESSAGE_EVENT_START)
// Open and close events
NS_EVENT_MESSAGE(eOpenCloseEventFirst, 4800)