| Index: third_party/WebKit/Source/core/html/HTMLTableColElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.h b/third_party/WebKit/Source/core/html/HTMLTableColElement.h
|
| index 475565ff655108f30717c2fd1a9b5ac708a855eb..e2753341bc32605ffbda0c65bf8cd88f9f8dd550 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableColElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.h
|
| @@ -44,9 +44,7 @@ class HTMLTableColElement final : public HTMLTablePartElement {
|
| private:
|
| HTMLTableColElement(const QualifiedName& tagName, 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&,
|
|
|