| Summary: | Add relatedWebView property to WKWebViewConfiguration | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||||||
| Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | commit-queue | ||||||||
| Priority: | P2 | ||||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Anders Carlsson
2014-02-12 17:24:24 PST
Created attachment 224029 [details]
Patch
Created attachment 224030 [details]
Patch
Created attachment 224031 [details]
Patch
Attachment 224031 [details] did not pass style-queue:
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h:34: Missing spaces around = [whitespace/operators] [4]
Total errors found: 1 in 5 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 224031 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224031&action=review > Source/WebKit2/ChangeLog:14 > + * UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h: Copied from Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm. It’s weird to copy the header from a source file. Committed r164004: <http://trac.webkit.org/changeset/164004> |