[webkit-reviews] review granted: [Bug 53611] Propagate security origin of parent document into HTML documents created with DOMImplementation : [Attachment 80947] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 13:38:31 PST 2011


Adam Barth <abarth at webkit.org> has granted anton muhin <antonm at chromium.org>'s
request for review:
Bug 53611: Propagate security origin of parent document into HTML documents
created with DOMImplementation
https://bugs.webkit.org/show_bug.cgi?id=53611

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=80947&action=review

> Source/WebCore/dom/DOMImplementation.h:71
> -    DOMImplementation() { }
> +    DOMImplementation(const Document* parent) : m_parent(parent) { }

I'd move this into the CPP file and ASSERT(m_parent).


More information about the webkit-reviews mailing list