Bug 37188 - WebCore::page::Geolocation::m_shouldClearCache is not used
Summary: WebCore::page::Geolocation::m_shouldClearCache is not used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 21:08 PDT by Greg Bolsinga
Modified: 2010-04-06 22:15 PDT (History)
1 user (show)

See Also:


Attachments
patch to remove the unused data member (2.02 KB, patch)
2010-04-06 21:11 PDT, Greg Bolsinga
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Bolsinga 2010-04-06 21:08:10 PDT
It can safely be removed. Part of http://trac.webkit.org/changeset/56188.
Comment 1 Greg Bolsinga 2010-04-06 21:11:40 PDT
Created attachment 52700 [details]
patch to remove the unused data member
Comment 2 Greg Bolsinga 2010-04-06 22:15:19 PDT
Fixed with r57194