Bug 148398

Summary: Rename _WKVisitedLinkProvider to _WKVisitedLinkStore for consistency
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Anders Carlsson 2015-08-24 14:41:34 PDT
Rename _WKVisitedLinkProvider to _WKVisitedLinkStore for consistency
Comment 1 Anders Carlsson 2015-08-24 14:42:53 PDT
Created attachment 259778 [details]
Patch
Comment 2 WebKit Commit Bot 2015-08-24 14:44:34 PDT
Attachment 259778 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:216:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:238:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 2 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-08-24 15:10:23 PDT
Created attachment 259783 [details]
Patch
Comment 4 WebKit Commit Bot 2015-08-24 15:11:53 PDT
Attachment 259783 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:216:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:238:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 2 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2015-08-24 15:45:40 PDT
Committed r188891: <http://trac.webkit.org/changeset/188891>