Bug 895274 part.238 Rename NS_MEDIARECORDER_WARNING to eMediaRecorderWarning r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-15 00:14:34 +09:00
parent e7885bd278
commit 9495b1d009
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ NON_IDL_EVENT(stop,
eBasicEventClass)
NON_IDL_EVENT(warning,
NS_MEDIARECORDER_WARNING,
eMediaRecorderWarning,
EventNameType_None,
eBasicEventClass)

View File

@ -403,7 +403,7 @@ NS_EVENT_MESSAGE(eNetworkDownload, eNetworkEventFirst + 2)
// MediaRecorder events.
NS_EVENT_MESSAGE(eMediaRecorderEventFirst, 5700)
NS_EVENT_MESSAGE(eMediaRecorderDataAvailable, eMediaRecorderEventFirst + 1)
NS_EVENT_MESSAGE(NS_MEDIARECORDER_WARNING, eMediaRecorderEventFirst + 2)
NS_EVENT_MESSAGE(eMediaRecorderWarning, eMediaRecorderEventFirst + 2)
NS_EVENT_MESSAGE(NS_MEDIARECORDER_STOP, eMediaRecorderEventFirst + 3)
// SpeakerManager events