зеркало из https://github.com/mozilla/gecko-dev.git
Bug 750501 - Fix build failure in nsDOMClassInfo.cpp due to missing nsIDOMMediaStream.h when MOZ_MEDIA is disabled. r=bz
This commit is contained in:
Родитель
ce67c5e409
Коммит
50f82f9494
|
@ -309,7 +309,9 @@
|
|||
#include "nsIDOMHTMLSourceElement.h"
|
||||
#include "nsIDOMHTMLVideoElement.h"
|
||||
#include "nsIDOMHTMLAudioElement.h"
|
||||
#if defined (MOZ_MEDIA)
|
||||
#include "nsIDOMMediaStream.h"
|
||||
#endif
|
||||
#include "nsIDOMProgressEvent.h"
|
||||
#include "nsIDOMCSS2Properties.h"
|
||||
#include "nsIDOMCSSCharsetRule.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче