Index: Source/modules/geolocation/GeolocationClient.h |
diff --git a/Source/modules/geolocation/GeolocationClient.h b/Source/modules/geolocation/GeolocationClient.h |
index 14533c622b4d34371ed4c52cfbc6bf4888aec01f..c7e5a1ed9d4d851c710f0ded401049096eebddd0 100644 |
--- a/Source/modules/geolocation/GeolocationClient.h |
+++ b/Source/modules/geolocation/GeolocationClient.h |
@@ -30,7 +30,7 @@ namespace WebCore { |
class Geolocation; |
class GeolocationPosition; |
-class Page; |
+class LocalFrame; |
class GeolocationClient { |
public: |
@@ -48,7 +48,7 @@ protected: |
virtual ~GeolocationClient() { } |
}; |
-void provideGeolocationTo(Page&, GeolocationClient*); |
+void provideGeolocationTo(LocalFrame&, GeolocationClient*); |
} // namespace WebCore |