[webkit-reviews] review granted: [Bug 91277] NodeLists should not invalidate on irreleavnt attribute changes : [Attachment 152330] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 15:04:10 PDT 2012


Ojan Vafai <ojan at chromium.org> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 91277: NodeLists should not invalidate on irreleavnt attribute changes
https://bugs.webkit.org/show_bug.cgi?id=91277

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

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


> Source/WebCore/dom/ContainerNode.cpp:683
> +    invalidateNodeListCachesInAncestors(0, 0);

Can you create local variables for these 0's so that it's clear what the
arguments are?


More information about the webkit-reviews mailing list