| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index aac764f9d66cc1d2f269ef4e8969ebf2b939a811..540da45b66c6f0823fc70ca0829c621a63c50a46 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -44,7 +44,6 @@ class LocalFrame;
|
| class GeolocationController;
|
| class GeolocationError;
|
| class GeolocationPosition;
|
| -class Page;
|
| class ExecutionContext;
|
|
|
| class Geolocation FINAL : public RefCountedWillBeGarbageCollectedFinalized<Geolocation>, public ScriptWrappable, public ActiveDOMObject
|
| @@ -88,8 +87,6 @@ private:
|
|
|
| explicit Geolocation(ExecutionContext*);
|
|
|
| - Page* page() const;
|
| -
|
| // Holds the success and error callbacks and the options that were provided
|
| // when a oneshot or watcher were created. Also, if specified in the
|
| // options, manages a timer to limit the time to wait for the system to
|
|
|