Bug 1232223 - Part 1: Remove MOZ_WEBM #ifdefs because WebM is always supported, though not necessarily enabled. r=jya r=glandium
This commit is contained in:
@@ -79,13 +79,9 @@ HTMLAudioElement::Audio(const GlobalObject& aGlobal,
|
||||
nsresult HTMLAudioElement::SetAcceptHeader(nsIHttpChannel* aChannel)
|
||||
{
|
||||
nsAutoCString value(
|
||||
#ifdef MOZ_WEBM
|
||||
"audio/webm,"
|
||||
#endif
|
||||
"audio/ogg,"
|
||||
#ifdef MOZ_WAVE
|
||||
"audio/wav,"
|
||||
#endif
|
||||
"audio/*;q=0.9,"
|
||||
"application/ogg;q=0.7,"
|
||||
"video/*;q=0.6,*/*;q=0.5");
|
||||
|
||||
Reference in New Issue
Block a user