[webkit-reviews] review granted: [Bug 105066] [HTMLTemplateElement] Disallow cycles within template content : [Attachment 181202] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 12:20:52 PST 2013


Ojan Vafai <ojan at chromium.org> has granted Adam Klein <adamk at chromium.org>'s
request for review:
Bug 105066: [HTMLTemplateElement] Disallow cycles within template content
https://bugs.webkit.org/show_bug.cgi?id=105066

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

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


> Source/WebCore/dom/ContainerNode.cpp:155
> +static inline bool needsHostElementContainmentCheck(const Node* node)
> +{
> +    return node->isInShadowTree() || isInTemplateContent(node);
> +}

Nit: we don't need this anymore.


More information about the webkit-reviews mailing list