| Index: third_party/WebKit/Source/core/html/HTMLTableElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.h b/third_party/WebKit/Source/core/html/HTMLTableElement.h
|
| index bdb571e938b2ffc5ab98358234923ba58ba5f914..e8e4e8abf193d0aada2f5b4f9ae8a8c33d1ec63d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableElement.h
|
| @@ -77,9 +77,7 @@ class CORE_EXPORT HTMLTableElement final : public HTMLElement {
|
| explicit HTMLTableElement(Document&);
|
| ~HTMLTableElement();
|
|
|
| - 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&,
|
|
|