Bug 524737. ifdef nsHTMLMediaElement.h to fix compilation with --disable-ogg + --disable-wav, p=bartml@wp.pl,r=roc

This commit is contained in:
Zbigniew Braniecki 2009-10-30 00:55:05 +01:00
Родитель 7745adcd88
Коммит 3d5f017322
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -169,7 +169,9 @@ static NS_DEFINE_CID(kDOMEventGroupCID, NS_DOMEVENTGROUP_CID);
#include "nsIPropertyBag2.h"
#include "nsIDOMPageTransitionEvent.h"
#include "nsFrameLoader.h"
#ifdef MOZ_MEDIA
#include "nsHTMLMediaElement.h"
#endif // MOZ_MEDIA
#include "mozAutoDocUpdate.h"

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

@ -56,7 +56,9 @@
#endif
#include "nsBindingManager.h"
#include "nsGenericHTMLElement.h"
#ifdef MOZ_MEDIA
#include "nsHTMLMediaElement.h"
#endif // MOZ_MEDIA
// This macro expects the ownerDocument of content_ to be in scope as
// |nsIDocument* doc|