[webkit-reviews] review granted: [Bug 103212] [Shadow] ShadowRoot should cache InsertionPoint list : [Attachment 176637] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 21:12:30 PST 2012


Hajime Morrita <morrita at google.com> has granted Shinya Kawanaka
<shinyak at chromium.org>'s request for review:
Bug 103212: [Shadow] ShadowRoot should cache InsertionPoint list
https://bugs.webkit.org/show_bug.cgi?id=103212

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

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=176637&action=review


> Source/WebCore/dom/ShadowRoot.cpp:354
> +    invalidateInsertionPointList();

These invalidateInsretionPointList() calls also can be in DistributionData

> Source/WebCore/dom/ShadowRoot.h:133
> +    void ensureValidInsertionPointList();

Then we can kill this.


More information about the webkit-reviews mailing list