Bug 133270 - Initialize WKWebViewConfiguration ivars lazily
Summary: Initialize WKWebViewConfiguration ivars lazily
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-05-25 18:11 PDT by Anders Carlsson
Modified: 2014-05-26 09:41 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.05 KB, patch)
2014-05-25 18:16 PDT, Anders Carlsson
sam: 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-05-25 18:11:39 PDT
Initialize WKWebViewConfiguration ivars lazily
Comment 1 Anders Carlsson 2014-05-25 18:16:54 PDT
Created attachment 232046 [details]
Patch
Comment 2 WebKit Commit Bot 2014-05-25 18:18:37 PDT
Attachment 232046 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:106:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:116:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:126:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:136:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:146:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:157:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 6 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-05-26 09:41:11 PDT
Committed r169351: <http://trac.webkit.org/changeset/169351>