Bug 148398 - Rename _WKVisitedLinkProvider to _WKVisitedLinkStore for consistency
Summary: Rename _WKVisitedLinkProvider to _WKVisitedLinkStore for consistency
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 14:41 PDT by Anders Carlsson
Modified: 2015-08-24 15:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch (30.48 KB, patch)
2015-08-24 14:42 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (33.24 KB, patch)
2015-08-24 15:10 PDT, Anders Carlsson
thorton: 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 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>