Bug 711839 - --disable-ogg configure option breaks build after bug 689834. r=bz

This commit is contained in:
aceman
2012-01-20 19:23:58 +00:00
parent b0df06c355
commit 41a95ecfd6
3 changed files with 16 additions and 6 deletions

View File

@@ -802,11 +802,13 @@ SinkContext::OpenContainer(const nsIParserNode& aNode)
break;
case eHTMLTag_button:
#ifdef MOZ_MEDIA
case eHTMLTag_audio:
case eHTMLTag_video:
#endif
content->DoneCreatingElement();
break;
default:
break;
}