| Index: third_party/WebKit/Source/core/html/HTMLBodyElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.h b/third_party/WebKit/Source/core/html/HTMLBodyElement.h
|
| index 6c5b3706e18205f09baf0d3e946439d4d1e859df..eaa1e92242429a0f5a14aac541079b447e4bacd9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBodyElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.h
|
| @@ -50,9 +50,7 @@ class CORE_EXPORT HTMLBodyElement final : public HTMLElement {
|
| private:
|
| explicit HTMLBodyElement(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&,
|
|
|