diff options
Diffstat (limited to 'WebCore/editing/DeleteButtonController.h')
-rw-r--r-- | WebCore/editing/DeleteButtonController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/editing/DeleteButtonController.h b/WebCore/editing/DeleteButtonController.h index ab2d0b0..713ae8b 100644 --- a/WebCore/editing/DeleteButtonController.h +++ b/WebCore/editing/DeleteButtonController.h @@ -34,7 +34,7 @@ class DeleteButton; class Frame; class HTMLElement; class RenderObject; -class Selection; +class VisibleSelection; class DeleteButtonController { public: @@ -45,7 +45,7 @@ public: HTMLElement* target() const { return m_target.get(); } HTMLElement* containerElement() const { return m_containerElement.get(); } - void respondToChangedSelection(const Selection& oldSelection); + void respondToChangedSelection(const VisibleSelection& oldSelection); void show(HTMLElement*); void hide(); |