| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| index d575ad339b347c8ab76a395ac3af63c8903f7678..88a0e99a1cb4c9d38832ba51f67c43ffed63e5ae 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| @@ -61,9 +61,7 @@ class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement,
|
| private:
|
| explicit HTMLOutputElement(Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| const AtomicString& formControlType() const override;
|
| bool isDisabledFormControl() const override;
|
| bool matchesEnabledPseudoClass() const override;
|
|
|