Chromium Code Reviews| Index: Source/core/rendering/CounterNode.h |
| diff --git a/Source/core/rendering/CounterNode.h b/Source/core/rendering/CounterNode.h |
| index 3798800c0f0ff4dd6cf67d20e05e87401ad8b354..30b6fcd98dd9eed19b825625c0a34b12873e2df6 100644 |
| --- a/Source/core/rendering/CounterNode.h |
| +++ b/Source/core/rendering/CounterNode.h |
| @@ -58,7 +58,6 @@ public: |
| CounterNode* parent() const { return m_parent; } |
| CounterNode* previousSibling() const { return m_previousSibling; } |
| CounterNode* nextSibling() const { return m_nextSibling; } |
| - CounterNode* firstChild() const { return m_firstChild; } |
|
Julien - ping for review
2014/10/03 01:26:42
Let's keep this one for consistency.
|
| CounterNode* lastChild() const { return m_lastChild; } |
| CounterNode* lastDescendant() const; |
| CounterNode* previousInPreOrder() const; |