Bug 515401: Make implementation of <base> HTML5 compliant, and clean it up. r=benjamn a=dholbert

This commit is contained in:
Jonas Sicking
2010-04-23 09:10:07 -07:00
parent 6aeab7bee3
commit 896b731723
23 changed files with 253 additions and 591 deletions

View File

@@ -603,11 +603,6 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
aBuilder->UpdateStyleSheet(node);
return rv;
}
case eTreeOpProcessBase: {
nsIContent* node = *(mOne.node);
rv = aBuilder->ProcessBASETag(node);
return rv;
}
case eTreeOpProcessMeta: {
nsIContent* node = *(mOne.node);
rv = aBuilder->ProcessMETATag(node);