From da8f601e2590be30812d3318159cff44c513eb16 Mon Sep 17 00:00:00 2001 From: iska Date: Sun, 22 Mar 2015 15:58:37 +0100 Subject: [PATCH] Remove set-parent-element from the node adoption method in the HTML Document --- HTMLKit/HTMLDocument.m | 1 - 1 file changed, 1 deletion(-) diff --git a/HTMLKit/HTMLDocument.m b/HTMLKit/HTMLDocument.m index b071e21..5ffaf3b 100644 --- a/HTMLKit/HTMLDocument.m +++ b/HTMLKit/HTMLDocument.m @@ -36,7 +36,6 @@ } [node.parentNode removeChildNode:node]; - node.parentNode = self; return node; }