| Index: Source/core/rendering/HitTestResult.h
|
| diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h
|
| index 490596e40352ccb6b864c0e1670ce31f52efeac1..9ce16b522a30e6bf27e211c3cbd61b2018773a63 100644
|
| --- a/Source/core/rendering/HitTestResult.h
|
| +++ b/Source/core/rendering/HitTestResult.h
|
| @@ -96,7 +96,6 @@ public:
|
| void setIsFirstLetter(bool b) { m_isFirstLetter = b; }
|
| void setIsOverWidget(bool b) { m_isOverWidget = b; }
|
|
|
| - Frame* targetFrame() const;
|
| bool isSelected() const;
|
| String spellingToolTip(TextDirection&) const;
|
| String title(TextDirection&) const;
|
|
|