| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 01859c2b1e29dc66f958fc4c0b72772b05438875..45cc287b0a7f1ec703b1fa44ebc47be70852b48a 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -169,11 +169,6 @@ private:
|
| DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| - // SVGTests
|
| - virtual void synchronizeRequiredFeatures() { SVGTests::synchronizeRequiredFeatures(this); }
|
| - virtual void synchronizeRequiredExtensions() { SVGTests::synchronizeRequiredExtensions(this); }
|
| - virtual void synchronizeSystemLanguage() { SVGTests::synchronizeSystemLanguage(this); }
|
| -
|
| virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const;
|
|
|
| bool m_useCurrentView;
|
|
|