Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 3272bab89a59ffe7913b6dde6c454dfd58b43f7e..5ab28cafcc392be4e4045a316f70a7d39ac3b65b 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -98,6 +98,7 @@ public: |
void setEndAfter(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); |
void selectNode(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); |
void selectNodeContents(Node*, ExceptionState&); |
+ static bool selectNodeContents(Node*, Position&, Position&); |
void surroundContents(PassRefPtrWillBeRawPtr<Node>, ExceptionState&); |
void setStartBefore(Node*, ExceptionState& = ASSERT_NO_EXCEPTION); |