Bug 154804

Summary: Reimplement WKPageGroup in terms of WKUserContentController
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2016-02-28 16:00:58 PST
Reimplement WKPageGroup in terms of WKUserContentController
Comment 1 Sam Weinig 2016-02-28 16:17:28 PST
Created attachment 272468 [details]
Patch
Comment 2 mitz 2016-02-28 16:27:33 PST
Comment on attachment 272468 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=272468&action=review

> Source/WebKit2/ChangeLog:56
> +        WebPageProxy's always have a WebUserContentControllerProxy now, so it can go in a Ref and

Incorrect use of apostrophe
Comment 3 Sam Weinig 2016-02-28 16:32:15 PST
Committed r197304: <http://trac.webkit.org/changeset/197304>