Bug 43214
Summary: | Inconsistent use of types in WebBackForwardList | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Sullivan <sullivan> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aroben |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
John Sullivan
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |