| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 37e4ce12f9631c184172f667e5cc854a170ffb82..ce499efe700a265035786c0ef67f83239bbbcdaa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -320,9 +320,7 @@ class CORE_EXPORT HTMLMediaElement
|
| ~HTMLMediaElement() override;
|
| void dispose();
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void finishParsingChildren() final;
|
| bool isURLAttribute(const Attribute&) const override;
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|