[webkit-reviews] review canceled: [Bug 104275] Leaf nodes should use parent tree scope : [Attachment 178037] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 12:47:17 PST 2012


Elliott Sprehn <esprehn at chromium.org> has canceled Elliott Sprehn
<esprehn at chromium.org>'s request for review:
Bug 104275: Leaf nodes should use parent tree scope
https://bugs.webkit.org/show_bug.cgi?id=104275

Attachment 178037: Patch
https://bugs.webkit.org/attachment.cgi?id=178037&action=review

------- Additional Comments from Elliott Sprehn <esprehn at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=178037&action=review


> Source/WebCore/dom/Document.h:1555
> +    if (isContainerNode() && parentNode())

Err I'm dumb. This should be !isContainerNode(). I originally had isTextNode()
and changed it.


More information about the webkit-reviews mailing list