| Index: third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLProgressElement.h b/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| index 24840f9c8db5f2c208df8d7861d92658a7f9bcd7..3e2729bfc2b6723c2b9f0ba0dd416948a0ef9be8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| @@ -60,9 +60,7 @@ class CORE_EXPORT HTMLProgressElement final : public LabelableElement {
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| LayoutProgress* layoutProgress() const;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|
|
|