| Index: Source/modules/geolocation/NavigatorGeolocation.h
|
| diff --git a/Source/modules/geolocation/NavigatorGeolocation.h b/Source/modules/geolocation/NavigatorGeolocation.h
|
| index 8f1bb7c1bfe628c632c77460d2eb9c7088afd590..35e22a5a69947fdaadd8d49c558fde5fab113604 100644
|
| --- a/Source/modules/geolocation/NavigatorGeolocation.h
|
| +++ b/Source/modules/geolocation/NavigatorGeolocation.h
|
| @@ -33,9 +33,9 @@ class Navigator;
|
| class NavigatorGeolocation FINAL : public Supplement<Navigator>, public DOMWindowProperty {
|
| public:
|
| virtual ~NavigatorGeolocation();
|
| - static NavigatorGeolocation* from(Navigator*);
|
| + static NavigatorGeolocation& from(Navigator&);
|
|
|
| - static Geolocation* geolocation(Navigator*);
|
| + static Geolocation* geolocation(Navigator&);
|
| Geolocation* geolocation() const;
|
|
|
| private:
|
|
|