Index: Source/web/GeolocationClientProxy.h |
diff --git a/Source/web/GeolocationClientProxy.h b/Source/web/GeolocationClientProxy.h |
index c1564d52d88563f970bbbce8ddb74b4d60cf136b..2af0b655fe22cbdf950c53ee62b14805bd64489e 100644 |
--- a/Source/web/GeolocationClientProxy.h |
+++ b/Source/web/GeolocationClientProxy.h |
@@ -29,7 +29,6 @@ |
#include "modules/geolocation/GeolocationClient.h" |
#include "platform/heap/Handle.h" |
#include "public/web/WebGeolocationController.h" |
-#include "wtf/RefPtr.h" |
namespace WebCore { |
class GeolocationPosition; |
@@ -54,7 +53,7 @@ public: |
private: |
WebGeolocationClient* m_client; |
- RefPtrWillBePersistent<WebCore::GeolocationPosition> m_lastPosition; |
+ WebCore::Persistent<WebCore::GeolocationPosition> m_lastPosition; |
}; |
} // namespace blink |