Changeset 57194 in webkit


Ignore:
Timestamp:
Apr 6, 2010 10:14:46 PM (14 years ago)
Author:
bolsinga@apple.com
Message:

https://bugs.webkit.org/show_bug.cgi?id=37188
WebCore::page::Geolocation::m_shouldClearCache is not used.

Reviewed by Darin Adler.

  • page/Geolocation.cpp:

(WebCore::Geolocation::Geolocation): Remove m_shouldClearCache.

  • page/Geolocation.h:

(WebCore::Geolocation::): Ditto.

Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57193 r57194  
     12010-04-06  Greg Bolsinga  <bolsinga@apple.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=37188
     6        WebCore::page::Geolocation::m_shouldClearCache is not used.
     7
     8        * page/Geolocation.cpp:
     9        (WebCore::Geolocation::Geolocation): Remove m_shouldClearCache.
     10        * page/Geolocation.h:
     11        (WebCore::Geolocation::): Ditto.
     12
    1132010-04-06  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    214
  • trunk/WebCore/page/Geolocation.cpp

    r56851 r57194  
    207207#endif
    208208    , m_allowGeolocation(Unknown)
    209     , m_shouldClearCache(false)
    210209    , m_positionCache(new GeolocationPositionCache)
    211210{
  • trunk/WebCore/page/Geolocation.h

    r56781 r57194  
    170170        No
    171171    } m_allowGeolocation;
    172     bool m_shouldClearCache;
    173172
    174173#if ENABLE(GEOLOCATION)
Note: See TracChangeset for help on using the changeset viewer.