Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 276295db6079209ee6807912563dc0f5157e02cd..176a154082c3d0f3ae7d61994006661c3841efbf 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -147,6 +147,7 @@ public: |
void trace(Visitor*); |
+ static unsigned lengthOfContentsInNode(const Node*); |
private: |
explicit Range(Document&); |
Range(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset); |