Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8
MozReview-Commit-ID: KvKjeKIOB9K
This commit is contained in:
@@ -735,7 +735,7 @@ HTMLImageElement::Image(const GlobalObject& aGlobal,
|
||||
already_AddRefed<mozilla::dom::NodeInfo> nodeInfo =
|
||||
doc->NodeInfoManager()->GetNodeInfo(nsGkAtoms::img, nullptr,
|
||||
kNameSpaceID_XHTML,
|
||||
nsIDOMNode::ELEMENT_NODE);
|
||||
ELEMENT_NODE);
|
||||
|
||||
RefPtr<HTMLImageElement> img = new HTMLImageElement(nodeInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user