[webkit-reviews] review granted: [Bug 127315] Give each page a UserContentController : [Attachment 221695] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 15:16:06 PST 2014


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127315: Give each page a UserContentController
https://bugs.webkit.org/show_bug.cgi?id=127315

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=221695&action=review


K. r=me

> Source/WebCore/page/Page.h:423
> +    UserContentController* userContentController() const { return
m_userContentController.get(); }

I'd make this non-const. This looks very 2012.


More information about the webkit-reviews mailing list