Bug 154695 - Cache::traverse should pass the record info to its traversal handler
Summary: Cache::traverse should pass the record info to its traversal handler
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: 2016-02-25 14:39 PST by Anders Carlsson
Modified: 2016-02-26 10:44 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.30 KB, patch)
2016-02-25 14:41 PST, Anders Carlsson
koivisto: 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 2016-02-25 14:39:53 PST
Cache::traverse should pass the record info to its traversal handler
Comment 1 Anders Carlsson 2016-02-25 14:41:21 PST
Created attachment 272243 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-25 14:42:40 PST
Attachment 272243 [details] did not pass style-queue:


ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.h:115:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:523:  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 2016-02-26 10:44:10 PST
Committed r197180: <http://trac.webkit.org/changeset/197180>