Index: public/web/WebGeolocationError.h |
diff --git a/public/web/WebGeolocationError.h b/public/web/WebGeolocationError.h |
index 16c0cabdcb5ac65457e1d928ce50e672bada7a93..6e25662176fa0a8637a58abe6046386e9dbbedab 100644 |
--- a/public/web/WebGeolocationError.h |
+++ b/public/web/WebGeolocationError.h |
@@ -29,10 +29,6 @@ |
#include "../platform/WebCommon.h" |
#include "../platform/WebPrivatePtr.h" |
-#if BLINK_IMPLEMENTATION |
-#include "wtf/PassRefPtr.h" |
-#endif |
- |
namespace WebCore { class GeolocationError; } |
namespace blink { |
@@ -55,9 +51,9 @@ public: |
BLINK_EXPORT void reset(); |
#if BLINK_IMPLEMENTATION |
- WebGeolocationError(PassRefPtrWillBeRawPtr<WebCore::GeolocationError>); |
- WebGeolocationError& operator=(PassRefPtrWillBeRawPtr<WebCore::GeolocationError>); |
- operator PassRefPtrWillBeRawPtr<WebCore::GeolocationError>() const; |
+ WebGeolocationError(WebCore::GeolocationError*); |
+ WebGeolocationError& operator=(WebCore::GeolocationError*); |
+ operator WebCore::GeolocationError*() const; |
#endif |
private: |