Bug 19172

Summary: WebCore::historyContains() appears to be dead and unnecessary code
Product: WebKit Reporter: Jonathon Jongsma (jonner) <jonathon>
Component: WebKit QtAssignee: Jonathon Jongsma (jonner) <jonathon>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch to remove the WebCore::historyContains() function and FIXME comment darin: review+

Description Jonathon Jongsma (jonner) 2008-05-21 12:00:14 PDT
There is a FIXME comment in qwebhistoryinterface.cpp regarding the WebCore::historyContains() function.  This function doesn't actually appear to be used anywhere, so it seems safe to just remove it.
Comment 1 Jonathon Jongsma (jonner) 2008-05-21 12:07:26 PDT
Created attachment 21274 [details]
patch to remove the WebCore::historyContains() function and FIXME comment
Comment 2 Darin Adler 2008-05-21 12:11:29 PDT
Comment on attachment 21274 [details]
patch to remove the WebCore::historyContains() function and FIXME comment

r=me
Comment 3 Darin Adler 2008-06-03 14:02:11 PDT
Committed revision 34348.