Remove set-parent-element from the node adoption method in the HTML Document

This commit is contained in:
iska
2015-03-22 15:58:37 +01:00
parent a9d4b4ce94
commit da8f601e25
-1
View File
@@ -36,7 +36,6 @@
}
[node.parentNode removeChildNode:node];
node.parentNode = self;
return node;
}