| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| index f68e7b79242075e77818ce073eda02a18fba42d9..29d14a3d9e1f7dbcb1d342f62cd53e4f29f449a7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| @@ -59,7 +59,6 @@ class SVGScriptElement final : public SVGElement,
|
| void childrenChanged(const ChildrenChange&) override;
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
|
|
| - void svgAttributeChanged(const QualifiedName&) override;
|
| bool isURLAttribute(const Attribute&) const override;
|
| bool isStructurallyExternal() const override { return hasSourceAttribute(); }
|
| void finishParsingChildren() override;
|
|
|