Bug 767790 - Remove nsIHTMLDocument::{Get,Set}IsFrameset; r=mounir
This commit is contained in:
@@ -392,14 +392,6 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
|
||||
newContent->AppendChildTo(optionElt, false);
|
||||
newContent->DoneAddingChildren(false);
|
||||
}
|
||||
} else if (name == nsHtml5Atoms::frameset && ns == kNameSpaceID_XHTML) {
|
||||
nsIDocument* doc = aBuilder->GetDocument();
|
||||
nsCOMPtr<nsIHTMLDocument> htmlDocument = do_QueryInterface(doc);
|
||||
if (htmlDocument) {
|
||||
// It seems harmless to call this multiple times, since this
|
||||
// is a simple field setter
|
||||
htmlDocument->SetIsFrameset(true);
|
||||
}
|
||||
}
|
||||
|
||||
if (!attributes) {
|
||||
|
||||
Reference in New Issue
Block a user