[webkit-reviews] review granted: [Bug 101821] Track subframe count to avoid traversing the tree when there's no subframes : [Attachment 174482] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 11:06:31 PST 2012


Ojan Vafai <ojan at chromium.org> has granted Elliott Sprehn
<esprehn at chromium.org>'s request for review:
Bug 101821: Track subframe count to avoid traversing the tree when there's no
subframes
https://bugs.webkit.org/show_bug.cgi?id=101821

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

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=174482&action=review


> Source/WebCore/dom/Node.cpp:2834
> +    ASSERT(isContainerNode());

Seems weird to me to have this assert here, but not in
decrementConnectedSubframeCount.


More information about the webkit-reviews mailing list