[Webkit-unassigned] [Bug 142518] New: HashTable::size() should return unsigned integer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 17:56:08 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142518

            Bug ID: 142518
           Summary: HashTable::size() should return unsigned integer
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Comparing HashSet and Vector sizes exposed the problem that HashSet sizes have been signed since http://trac.webkit.org/changeset/10653
Changing the representation to unsigned makes our int/unsigned usage more consistent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150310/78deafd5/attachment-0002.html>


More information about the webkit-unassigned mailing list