| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index abba52e2ad5ba07c8cc9d6aaa5b59a7ba064dbe3..1d96eab3322de23f64af65ca97db96f8039ca560 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -215,11 +215,10 @@ class CORE_EXPORT SVGElement : public Element {
|
| const AtomicString&,
|
| const AtomicString&) override;
|
|
|
| - void attributeChanged(
|
| - const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&,
|
| - AttributeModificationReason = ModifiedDirectly) override;
|
| + void attributeChanged(const QualifiedName&,
|
| + const AtomicString&,
|
| + const AtomicString&,
|
| + AttributeModificationReason) override;
|
|
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|