Bug 146172 - Fix format strings in NetworkCache.cpp and NetworkCacheStatistics.cpp and WebIDBServerConnection.cpp
Summary: Fix format strings in NetworkCache.cpp and NetworkCacheStatistics.cpp and Web...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Minor
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-06-19 17:06 PDT by Michael Catanzaro
Modified: 2015-06-21 06:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (30.68 KB, patch)
2015-06-19 17:44 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-06-19 17:06:57 PDT
This is a follow-up to bug #145960. Apparently I missed two files.

Note: this patch is not a completely literal translation like the last one, because it fixes WebIDBServerConnection::createObjectStore printing an int64_t as an unsigned long long.
Comment 1 Michael Catanzaro 2015-06-19 17:10:08 PDT
Also NetworkCache.cpp, which I almost missed next to NetworkCacheStatistics.cpp because it only has one warning.
Comment 2 Michael Catanzaro 2015-06-19 17:44:03 PDT
Created attachment 255255 [details]
Patch
Comment 3 WebKit Commit Bot 2015-06-21 06:16:55 PDT
Comment on attachment 255255 [details]
Patch

Clearing flags on attachment: 255255

Committed r185807: <http://trac.webkit.org/changeset/185807>
Comment 4 WebKit Commit Bot 2015-06-21 06:16:58 PDT
All reviewed patches have been landed.  Closing bug.