NEW 43214
Inconsistent use of types in WebBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=43214
Summary Inconsistent use of types in WebBackForwardList
John Sullivan
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.