| 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 3d0918c075971cab56ead8e5ba65d2cd33275c19..e3d4d1e4bbaa7353a08765338b0d53239bda371d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLIElement.h
|
| @@ -36,9 +36,7 @@ class HTMLLIElement final : public HTMLElement {
|
| private:
|
| explicit HTMLLIElement(Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|