Bug 895274 part.131 Rename NS_PLAYING to ePlaying r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-08 23:33:36 +09:00
parent c45c93b181
commit 644d2a545c
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ EVENT(play,
EventNameType_HTML,
eBasicEventClass)
EVENT(playing,
NS_PLAYING,
ePlaying,
EventNameType_HTML,
eBasicEventClass)
EVENT(progress,

View File

@ -255,7 +255,7 @@ NS_EVENT_MESSAGE(ePause, eMediaEventFirst + 6)
NS_EVENT_MESSAGE(eLoadedMetaData, eMediaEventFirst + 7)
NS_EVENT_MESSAGE(eLoadedData, eMediaEventFirst + 8)
NS_EVENT_MESSAGE(eWaiting, eMediaEventFirst + 9)
NS_EVENT_MESSAGE(NS_PLAYING, eMediaEventFirst + 10)
NS_EVENT_MESSAGE(ePlaying, eMediaEventFirst + 10)
NS_EVENT_MESSAGE(NS_CANPLAY, eMediaEventFirst + 11)
NS_EVENT_MESSAGE(NS_CANPLAYTHROUGH, eMediaEventFirst + 12)
NS_EVENT_MESSAGE(NS_SEEKING, eMediaEventFirst + 13)