| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 7fd200056ce4ea4d14efe9031f0842d4deea6d21..f06beabeb2747fae9563bf920436527400b341dd 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -132,10 +132,6 @@ public:
|
|
|
| virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override final;
|
|
|
| - virtual void synchronizeRequiredFeatures() { }
|
| - virtual void synchronizeRequiredExtensions() { }
|
| - virtual void synchronizeSystemLanguage() { }
|
| -
|
| #if ENABLE(ASSERT)
|
| virtual bool isAnimatableAttribute(const QualifiedName&) const;
|
| #endif
|
|
|