summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/HitTestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/HitTestResult.h')
-rw-r--r--WebCore/rendering/HitTestResult.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/rendering/HitTestResult.h b/WebCore/rendering/HitTestResult.h
index f29ca41..25e1058 100644
--- a/WebCore/rendering/HitTestResult.h
+++ b/WebCore/rendering/HitTestResult.h
@@ -63,7 +63,6 @@ public:
void setIsOverWidget(bool b) { m_isOverWidget = b; }
Frame* targetFrame() const;
- IntRect boundingBox() const;
bool isSelected() const;
String spellingToolTip(TextDirection&) const;
String replacedString() const;