| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| index 54378e7f7be8510ebfedfd3b98c0282b4de74d28..a0ca78b2672b0c8734856c8dbd6daa10e7d0b089 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -119,9 +119,7 @@ class SVGSVGElement final : public SVGGraphicsElement,
|
|
|
| SVGViewSpec& ensureViewSpec();
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
|
|