Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 92f78de4f05818846fbb512aae3121fba937edc8..3272bab89a59ffe7913b6dde6c454dfd58b43f7e 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -78,6 +78,7 @@ public: |
static short compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionState&); |
bool boundaryPointsValid() const; |
bool intersectsNode(Node* refNode, ExceptionState&); |
+ static bool intersectsNode(Node* refNode, const Position& start, const Position& end, ExceptionState&); |
void deleteContents(ExceptionState&); |
PassRefPtrWillBeRawPtr<DocumentFragment> extractContents(ExceptionState&); |
PassRefPtrWillBeRawPtr<DocumentFragment> cloneContents(ExceptionState&); |