mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.238 Rename NS_MEDIARECORDER_WARNING to eMediaRecorderWarning r=smaug
This commit is contained in:
parent
e7885bd278
commit
9495b1d009
@ -665,7 +665,7 @@ NON_IDL_EVENT(stop,
|
||||
eBasicEventClass)
|
||||
|
||||
NON_IDL_EVENT(warning,
|
||||
NS_MEDIARECORDER_WARNING,
|
||||
eMediaRecorderWarning,
|
||||
EventNameType_None,
|
||||
eBasicEventClass)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user