Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 1a6c917bc81303c25f9b40b092390076f671f19f..a217857e6de1908458c2343f8661c4e90f60dc2d 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -161,8 +161,6 @@ private: |
Node* checkNodeWOffset(Node*, int offset, ExceptionState&) const; |
void checkNodeBA(Node*, ExceptionState&) const; |
void checkDeleteExtract(ExceptionState&); |
- int maxStartOffset() const; |
- int maxEndOffset() const; |
enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; |
PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionState&); |