[webkit-reviews] review denied: [Bug 56430] WebCore GYP build should build platform/ : [Attachment 85880] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 17:42:09 PDT 2011


Eric Seidel <eric at webkit.org> has denied Adam Barth <abarth at webkit.org>'s
request for review:
Bug 56430: WebCore GYP build should build platform/
https://bugs.webkit.org/show_bug.cgi?id=56430

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=85880&action=review

> Source/WebCore/dom/ContainerNode.cpp:168
>	   notifyChildInserted(child);
> +	   if (!child->inDocument())
> +	       break;

Um... wrong change?


More information about the webkit-reviews mailing list