Bug 124952 - Make WKProcessGroup work with WKObject wrapping
Summary: Make WKProcessGroup work with WKObject wrapping
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 17:35 PST by Sam Weinig
Modified: 2013-11-27 18:01 PST (History)
0 users

See Also:


Attachments
Patch (12.34 KB, patch)
2013-11-27 17:39 PST, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-11-27 17:35:52 PST
Make WKProcessGroup work with WKObject wrapping
Comment 1 Sam Weinig 2013-11-27 17:39:17 PST
Created attachment 217972 [details]
Patch
Comment 2 mitz 2013-11-27 17:43:55 PST
Comment on attachment 217972 [details]
Patch

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

> Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm:29
> +#import "WKProcessGroupInternal.h"
>  #import "WKProcessGroupPrivate.h"
>  

Please remove the Private include when adding Internal.

> Source/WebKit2/UIProcess/API/mac/WKProcessGroupInternal.h:26
> +#import "WKProcessGroup.h"

…and import the private header here.
Comment 3 Sam Weinig 2013-11-27 18:01:01 PST
Committed r159829: <http://trac.webkit.org/changeset/159829>