| Index: Source/core/layout/CounterNode.h
|
| diff --git a/Source/core/layout/CounterNode.h b/Source/core/layout/CounterNode.h
|
| index 4be031f2678a2669697647449a08c0c292338adc..1790b94fdae73e9d7a42d54f49c3243d6f334acc 100644
|
| --- a/Source/core/layout/CounterNode.h
|
| +++ b/Source/core/layout/CounterNode.h
|
| @@ -62,8 +62,8 @@ public:
|
| CounterNode* lastChild() const { return m_lastChild; }
|
| CounterNode* lastDescendant() const;
|
| CounterNode* previousInPreOrder() const;
|
| - CounterNode* nextInPreOrder(const CounterNode* stayWithin = 0) const;
|
| - CounterNode* nextInPreOrderAfterChildren(const CounterNode* stayWithin = 0) const;
|
| + CounterNode* nextInPreOrder(const CounterNode* stayWithin = nullptr) const;
|
| + CounterNode* nextInPreOrderAfterChildren(const CounterNode* stayWithin = nullptr) const;
|
|
|
| void insertAfter(CounterNode* newChild, CounterNode* beforeChild, const AtomicString& identifier);
|
|
|
|
|