| Index: third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.h b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| index 12f117f3f2c307164a34f901979232acfca252b3..40cc8c51283426649a2583a9353b84e1c041566c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| @@ -52,9 +52,7 @@ class CORE_EXPORT HTMLStyleElement final : public HTMLElement,
|
| HTMLStyleElement(Document&, bool createdByParser);
|
|
|
| // overload from HTMLElement
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| void removedFrom(ContainerNode*) override;
|
|
|