[Webkit-unassigned] [Bug 162708] New: Change the MemoryCache and CachedResource adjustSize functions to take an unsigned argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 28 17:48:58 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162708
Bug ID: 162708
Summary: Change the MemoryCache and CachedResource adjustSize
functions to take an unsigned argument
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
Instead of having a single function to do the size adjustment, we can have two functions: one for incrementing the size of the allocated memory by an unsigned and the other for decrementing the size of the allocated memory by an unsigned as well. This will remove the need to cast from unsigned to signed in many places.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160929/83c003a2/attachment.html>
More information about the webkit-unassigned
mailing list