Remove set-parent-element from the node adoption method in the HTML Document
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
}
|
||||
|
||||
[node.parentNode removeChildNode:node];
|
||||
node.parentNode = self;
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user