RESOLVED FIXED 127315
Give each page a UserContentController
https://bugs.webkit.org/show_bug.cgi?id=127315
Summary Give each page a UserContentController
Anders Carlsson
Reported 2014-01-20 15:04:10 PST
Give each page a UserContentController
Attachments
Patch (7.52 KB, patch)
2014-01-20 15:06 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2014-01-20 15:06:05 PST
Andreas Kling
Comment 2 2014-01-20 15:13:39 PST
Comment on attachment 221695 [details] Patch 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.
Anders Carlsson
Comment 3 2014-01-20 15:17:20 PST
Note You need to log in before you can comment on or make changes to this bug.