Index: Source/core/editing/VisibleSelection.h |
diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h |
index 0256f17bd0ed4075075c7085dc3cc1cea194a075..d1990dae6ac884f666aba34367f9579f17bffb67 100644 |
--- a/Source/core/editing/VisibleSelection.h |
+++ b/Source/core/editing/VisibleSelection.h |
@@ -96,6 +96,8 @@ public: |
// We don't yet support multi-range selections, so we only ever have one range to return. |
PassRefPtrWillBeRawPtr<Range> firstRange() const; |
+ bool intersectsNode(Node*) const; |
+ |
// FIXME: Most callers probably don't want this function, but are using it |
// for historical reasons. toNormalizedRange contracts the range around |
// text, and moves the caret upstream before returning the range. |