Skip to content

Commit

Permalink
Bug 750501 - Fix build failure in nsDOMClassInfo.cpp due to missing n…
Browse files Browse the repository at this point in the history
…sIDOMMediaStream.h when MOZ_MEDIA is disabled. r=bz
  • Loading branch information
aceman444 committed May 1, 2012
1 parent b8d189d commit b78a471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom/base/nsDOMClassInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b78a471

Please sign in to comment.