Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8
MozReview-Commit-ID: KvKjeKIOB9K
This commit is contained in:
@@ -729,7 +729,7 @@ HTMLTableElement::CreateTBody()
|
||||
RefPtr<mozilla::dom::NodeInfo> nodeInfo =
|
||||
OwnerDoc()->NodeInfoManager()->GetNodeInfo(nsGkAtoms::tbody, nullptr,
|
||||
kNameSpaceID_XHTML,
|
||||
nsIDOMNode::ELEMENT_NODE);
|
||||
ELEMENT_NODE);
|
||||
MOZ_ASSERT(nodeInfo);
|
||||
|
||||
RefPtr<nsGenericHTMLElement> newBody =
|
||||
|
||||
Reference in New Issue
Block a user