| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.h b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| index 30238113611ac2f18a3ce2ed2de71d609c726401..223a8fd905a2f15d62b615d7614d643d419b4c7e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
|
| @@ -60,9 +60,7 @@ class CORE_EXPORT HTMLScriptElement final : public HTMLElement,
|
| bool alreadyStarted,
|
| bool createdDuringDocumentWrite);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|