| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index 883d31111e5c402bf5e239cfffeee16192d98502..8b02af4a92ff41a821c79675c72407a6a4e0713c 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -106,9 +106,6 @@ public:
|
| // FIXME: This does not handle [table, 0] correctly.
|
| Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.anchorNode()->rootEditableElement() : 0; }
|
|
|
| - // Rect is local to the returned layoutObject
|
| - LayoutRect localCaretRect(LayoutObject*&) const;
|
| -
|
| DECLARE_TRACE();
|
|
|
| #ifndef NDEBUG
|
|
|