Index: public/web/WebHitTestResult.h |
diff --git a/public/web/WebHitTestResult.h b/public/web/WebHitTestResult.h |
index a48f3cd04c35e3058576a271c6b2b44c6b61df12..878d71bfdf896a90f96d0aa56ffa548627418746 100644 |
--- a/public/web/WebHitTestResult.h |
+++ b/public/web/WebHitTestResult.h |
@@ -35,6 +35,7 @@ class HitTestResult; |
namespace blink { |
class WebElement; |
+class WebHitTestResultPrivate; |
class WebNode; |
class WebURL; |
struct WebPoint; |
@@ -74,11 +75,10 @@ public: |
#if BLINK_IMPLEMENTATION |
WebHitTestResult(const WebCore::HitTestResult&); |
WebHitTestResult& operator=(const WebCore::HitTestResult&); |
- operator WebCore::HitTestResult() const; |
#endif |
protected: |
- WebPrivateOwnPtr<WebCore::HitTestResult> m_private; |
+ WebPrivateOwnPtr<WebHitTestResultPrivate> m_private; |
}; |
} // namespace blink |