Bug 43214 - Inconsistent use of types in WebBackForwardList
Summary: Inconsistent use of types in WebBackForwardList
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-29 14:35 PDT by John Sullivan
Modified: 2010-07-29 14:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 2010-07-29 14:35:18 PDT
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.