| Index: third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSourceElement.h b/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| index ff13cb61c9fe6addcc220a208a874903a053a3d2..2e46880f2fc1abae182848cd6fbc43c7e78df5c3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| @@ -65,9 +65,7 @@ class HTMLSourceElement final : public HTMLElement {
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
| bool isURLAttribute(const Attribute&) const override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| void notifyMediaQueryChanged();
|
| void createMediaQueryList(const AtomicString& media);
|
|
|