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:
@@ -113,9 +113,7 @@ HTMLVideoElement::GetAttributeMappingFunction() const
|
||||
nsresult HTMLVideoElement::SetAcceptHeader(nsIHttpChannel* aChannel)
|
||||
{
|
||||
nsAutoCString value(
|
||||
#ifdef MOZ_WEBM
|
||||
"video/webm,"
|
||||
#endif
|
||||
"video/ogg,"
|
||||
"video/*;q=0.9,"
|
||||
"application/ogg;q=0.7,"
|
||||
|
||||
Reference in New Issue
Block a user