mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
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:
parent
ce67c5e409
commit
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user