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:
aceman 2012-04-30 22:45:02 -04:00
Родитель ce67c5e409
Коммит 50f82f9494
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"