| Index: third_party/WebKit/Source/core/html/HTMLTableCellElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableCellElement.h b/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
|
| index b5a91c97e5ab77ca19a90695936e6ec68464d402..6935485c625e1a4d85873303e42989bd1b2e98a6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
|
| @@ -64,9 +64,7 @@ class CORE_EXPORT HTMLTableCellElement final : public HTMLTablePartElement {
|
| private:
|
| HTMLTableCellElement(const QualifiedName&, 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&,
|
|
|