| Index: third_party/WebKit/Source/core/layout/HitTestResult.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| index c36287ff9d552fb7d8725f5c2233b42a43cba45d..82da88f294ca2337e5751f5a8c52c5aaa6e96472 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| @@ -126,7 +126,6 @@ public:
|
| void setIsOverWidget(bool b) { m_isOverWidget = b; }
|
|
|
| bool isSelected() const;
|
| - String spellingToolTip(TextDirection&) const;
|
| String title(TextDirection&) const;
|
| const AtomicString& altDisplayString() const;
|
| Image* image() const;
|
|
|