Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 6459bc36cb0c9d2ec2c0d1423af7530ba88e11f2..dca25d23afca01dc46f19fa56a3b4a0d83029812 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -674,6 +674,8 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
+ unsigned lengthOfContents() const; |
+ |
private: |
enum NodeFlags { |
HasRareDataFlag = 1, |