[Webkit-unassigned] [Bug 52686] Setting outerHTML should merge text nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 18:59:44 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52686





--- Comment #4 from Adam Barth <abarth at webkit.org>  2011-01-19 18:59:43 PST ---
(From update of attachment 79359)
View in context: https://bugs.webkit.org/attachment.cgi?id=79359&action=review

> Source/WebCore/html/HTMLElement.cpp:386
>      HTMLElement* parent = static_cast<HTMLElement*>(p);

We don't need to hold a reference to parent here?  It's strange that we re-check parentNode for null below but don't hold a ref here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list