Bug 128714 - Pass the related page in the WebPageConfiguration struct
Summary: Pass the related page in the WebPageConfiguration struct
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 18:12 PST by Anders Carlsson
Modified: 2014-02-12 20:38 PST (History)
0 users

See Also:


Attachments
Patch (5.04 KB, patch)
2014-02-12 18:12 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>