Bug 142134 - Simplify WebResourceCacheManagerCFNet.mm code
Summary: Simplify WebResourceCacheManagerCFNet.mm code
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: 2015-02-28 11:50 PST by Anders Carlsson
Modified: 2015-02-28 12:20 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.48 KB, patch)
2015-02-28 11:56 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (6.89 KB, patch)
2015-02-28 12:05 PST, Anders Carlsson
mitz: 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-02-28 11:50:18 PST
Simplify WebResourceCacheManagerCFNet.mm code
Comment 1 Anders Carlsson 2015-02-28 11:56:45 PST
Created attachment 247608 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-28 11:58:34 PST
Attachment 247608 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.mm:53:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h:50:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-02-28 12:05:12 PST
Created attachment 247609 [details]
Patch
Comment 4 WebKit Commit Bot 2015-02-28 12:07:32 PST
Attachment 247609 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.mm:53:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h:50:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2015-02-28 12:20:50 PST
Committed r180838: <http://trac.webkit.org/changeset/180838>