Bug 128714

Summary: Pass the related page in the WebPageConfiguration struct
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Anders Carlsson 2014-02-12 18:12:01 PST
Pass the related page in the WebPageConfiguration struct
Comment 1 Anders Carlsson 2014-02-12 18:12:15 PST
Created attachment 224038 [details]
Patch
Comment 2 Darin Adler 2014-02-12 19:41:07 PST
Comment on attachment 224038 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:134
>      WebKit::WebPageConfiguration webPageConfiguration;
>      webPageConfiguration.preferences = [_configuration preferences]->_preferences.get();
>  

Need to remove these lines of code to make this compile on Mac.
Comment 3 Anders Carlsson 2014-02-12 20:38:26 PST
Committed r164010: <http://trac.webkit.org/changeset/164010>