Backout of changesets 05eb8219c3e5, 1ecd2a9ffb67 (Bug 769117) for bustage on CLOSED TREE

This commit is contained in:
Kyle Machulis
2016-01-13 12:14:01 -08:00
parent a4526ed577
commit ec3e9e1ebd
7 changed files with 18 additions and 135 deletions

View File

@@ -345,11 +345,6 @@ HTMLSharedObjectElement::GetCapabilities() const
if (mNodeInfo->Equals(nsGkAtoms::embed)) {
capabilities |= eSupportSVG | eSupportImages;
}
// If this is a rewritten youtube flash embed, add documents to capabilities
// so that we can render HTML5 if possible.
if (mRewrittenYoutubeEmbed) {
capabilities |= eSupportDocuments;
}
return capabilities;
}