[webkit-reviews] review granted: [Bug 51914] ElementRareData::m_shadowRoot should not be RefPtr. : [Attachment 79234] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 17 18:43:41 PST 2011


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted MORITA Hajime
<morrita at google.com>'s request for review:
Bug 51914: ElementRareData::m_shadowRoot should not be RefPtr.
https://bugs.webkit.org/show_bug.cgi?id=51914

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

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79234&action=review

> Source/WebCore/dom/Element.cpp:1110
> +    ElementRareData* data = rareData();
> +    if (data->m_shadowRoot) {

Forgot this one? :)


More information about the webkit-reviews mailing list