Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentOrderedList.h
index 133a34d..37b4385 100644 (file)
@@ -45,6 +45,7 @@ public:
     void remove(const Node*);
     bool isEmpty() const { return m_nodes.isEmpty(); }
     void clear() { m_nodes.clear(); }
+    size_t size() const { return m_nodes.size(); }
 
     typedef ListHashSet<Node*, 32>::iterator iterator;