| Index: third_party/WebKit/Source/core/html/HTMLTrackElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.h b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
|
| index f5a77e5a8f76afc1b6e646159bc9c6b7aa0c6559..7e395bf94a76f25a1d634a3b72f8fb06180ed937 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTrackElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
|
| @@ -59,9 +59,7 @@ class HTMLTrackElement final : public HTMLElement,
|
| explicit HTMLTrackElement(Document&);
|
| ~HTMLTrackElement() override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|
|
|