Bug 43214

Summary: Inconsistent use of types in WebBackForwardList
Product: WebKit Reporter: John Sullivan <sullivan>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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.