mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bustage fix.
This commit is contained in:
parent
64ec124ee5
commit
6d09123c2b
@ -407,7 +407,7 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, PRBool aClone, PRBool aDeep,
|
||||
|
||||
if (aNode->IsNodeOfType(nsINode::eELEMENT)) {
|
||||
// aNode's attributes.
|
||||
nsGenericElement *elem = NS_STATIC_CAST(const nsGenericElement*, aNode);
|
||||
nsGenericElement *elem = NS_STATIC_CAST(nsGenericElement*, aNode);
|
||||
const nsDOMAttributeMap *map = elem->GetAttributeMap();
|
||||
if (map) {
|
||||
nsCOMPtr<nsIDOMElement> element;
|
||||
|
Loading…
Reference in New Issue
Block a user