| Index: Source/core/html/HTMLOListElement.h
|
| diff --git a/Source/core/html/HTMLOListElement.h b/Source/core/html/HTMLOListElement.h
|
| index e5ccfefd8c0ea5547bb2b2ca4b051ef4e7b3e522..5382fea8d2f62a9513503b651eccd287f75269cd 100644
|
| --- a/Source/core/html/HTMLOListElement.h
|
| +++ b/Source/core/html/HTMLOListElement.h
|
| @@ -57,6 +57,8 @@ private:
|
| virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| + virtual void attach(const AttachContext&) override;
|
| +
|
| int m_start;
|
| unsigned m_itemCount;
|
|
|
|
|