Give each page a UserContentController
Created attachment 221695 [details] Patch
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.
Committed r162380: <http://trac.webkit.org/changeset/162380>