| Index: third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLIElement.h b/third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| index 2164c0e5d66fc10a33e2cf7a33b4f44a3ca3969c..86a4477579d497f0bf86827f34ad06a6a206b018 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| @@ -39,7 +39,7 @@ private:
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|
| void parseValue(const AtomicString&);
|
| };
|
|
|