Bug 151639 - Stop unnecessarily copying WKWebViewConfiguration in a few places
Summary: Stop unnecessarily copying WKWebViewConfiguration in a few places
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 22:06 PST by Tim Horton
Modified: 2015-11-28 13:30 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.69 KB, patch)
2015-11-27 22:07 PST, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2015-11-27 22:06:10 PST
Stop unnecessarily copying WKWebViewConfiguration in a few places
Comment 1 Tim Horton 2015-11-27 22:07:25 PST
Created attachment 266211 [details]
Patch
Comment 2 mitz 2015-11-27 22:47:12 PST
Comment on attachment 266211 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h:31
> +#import "WKWebViewConfiguration.h"

Is this for the enum below?
Comment 3 Tim Horton 2015-11-28 12:43:30 PST
(In reply to comment #2)
> Comment on attachment 266211 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=266211&action=review
> 
> > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h:31
> > +#import "WKWebViewConfiguration.h"
> 
> Is this for the enum below?

Correct.
Comment 4 WebKit Commit Bot 2015-11-28 13:30:18 PST
Comment on attachment 266211 [details]
Patch

Clearing flags on attachment: 266211

Committed r192786: <http://trac.webkit.org/changeset/192786>
Comment 5 WebKit Commit Bot 2015-11-28 13:30:20 PST
All reviewed patches have been landed.  Closing bug.