| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index ff0d3465929be82f89589c302f33d68585099594..9978dfc6a3e3154436b315b5fad5e423733dd30b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -175,9 +175,7 @@ class CORE_EXPORT HTMLImageElement final
|
| private:
|
| bool areAuthorShadowsAllowed() const override { return false; }
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|