[Webkit-unassigned] [Bug 43214] New: Inconsistent use of types in WebBackForwardList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 14:35:18 PDT 2010


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

           Summary: Inconsistent use of types in WebBackForwardList
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sullivan at apple.com


WebBackForwardList::backListCount() and forwardListCount() return int

backListWithLimit() and forwardListWithLimit() take unsigned


At the client level, the WKBackForwardList equivalents of these functions all use unsigned

WKArray uses size_t

It would be better if the types were used more consistently.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list