Index: Source/core/editing/DOMSelection.h |
diff --git a/Source/core/editing/DOMSelection.h b/Source/core/editing/DOMSelection.h |
index 4274d5e9c9e6ecfd732ea91071925f5f9373cb5c..7bc5de9d7d2afa548a919e5ef93b1f8eb0d8de1c 100644 |
--- a/Source/core/editing/DOMSelection.h |
+++ b/Source/core/editing/DOMSelection.h |
@@ -80,11 +80,9 @@ public: |
bool isCollapsed() const; |
int rangeCount() const; |
void collapse(Node*, int offset, ExceptionState&); |
- void collapse(Node*, ExceptionState&); |
void collapseToEnd(ExceptionState&); |
void collapseToStart(ExceptionState&); |
void extend(Node*, int offset, ExceptionState&); |
- void extend(Node*, ExceptionState&); |
PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&); |
void removeAllRanges(); |
void addRange(Range*); |