| Index: Source/core/svg/SVGSymbolElement.h
|
| diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h
|
| index 7b706b8016e5c263c792ad640243508b80ee13d1..24e7cfccda9d708e2a5d56beaad2a8f0706affe2 100644
|
| --- a/Source/core/svg/SVGSymbolElement.h
|
| +++ b/Source/core/svg/SVGSymbolElement.h
|
| @@ -39,9 +39,9 @@ public:
|
| private:
|
| explicit SVGSymbolElement(Document&);
|
|
|
| - virtual void svgAttributeChanged(const QualifiedName&) override;
|
| + void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| - virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|