Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 92f78de4f05818846fbb512aae3121fba937edc8..16526e2959d1173bd82430d2f9726bf90b682d81 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, Position& start, Position& end, ExceptionState&); |
yosin_UTC9
2014/09/05 01:07:56
nit: Let's use |const Position&|.
Mads Ager (chromium)
2014/09/05 08:22:52
Done.
|
void deleteContents(ExceptionState&); |
PassRefPtrWillBeRawPtr<DocumentFragment> extractContents(ExceptionState&); |
PassRefPtrWillBeRawPtr<DocumentFragment> cloneContents(ExceptionState&); |