| Index: third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMetaElement.h b/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| index 073980a8af6141e5e42b04c4caa441f47dbe42d9..bf6895d69ce4c8d54481c000f99e8d2c3bf09a5f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement.h
|
| @@ -72,9 +72,7 @@ class CORE_EXPORT HTMLMetaElement final : public HTMLElement {
|
| Document*,
|
| bool viewportMetaZeroValuesQuirk);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
|
|
|
|