Bug 23891 - [WebHistoryItem _setVisitCount:] is unused and should be removed
Summary: [WebHistoryItem _setVisitCount:] is unused and should be removed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: John Sullivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 22:14 PST by John Sullivan
Modified: 2009-02-10 22:28 PST (History)
0 users

See Also:


Attachments
Patch to remove unused method. (1.71 KB, patch)
2009-02-10 22:18 PST, John Sullivan
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 2009-02-10 22:14:07 PST
The method -[WebHistoryItem _setVisitCount:] is a synonym for the longstanding public API -[WebHistoryItem setVisitCount:]. It was added recently as a WebKit-internal method, but soon thereafter abandoned. It's just clogging up the series of tubes, and should be deleted.
Comment 1 John Sullivan 2009-02-10 22:18:45 PST
Created attachment 27553 [details]
Patch to remove unused method.
Comment 2 John Sullivan 2009-02-10 22:28:53 PST
Committed revision 40850.