Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 95f8356caca5f28011b8c76e991a0587d4b03c40..dfc33ec22c95cf3ba277d8fb1aa6db9bc4a6b320 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -158,7 +158,6 @@ private: |
Node* checkNodeWOffset(Node*, int offset, ExceptionCode&) const; |
void checkNodeBA(Node*, ExceptionCode&) const; |
void checkDeleteExtract(ExceptionCode&); |
- bool containedByReadOnly() const; |
int maxStartOffset() const; |
int maxEndOffset() const; |