Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 4f27e0d58a6b46a570b8dd16311a46272b8063f0..4595c03f06d2b256c11ed7b0ddc3f04b20116fd2 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -124,10 +124,6 @@ public: |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE FINAL; |
- static void synchronizeRequiredFeatures(SVGElement* contextElement); |
- static void synchronizeRequiredExtensions(SVGElement* contextElement); |
- static void synchronizeSystemLanguage(SVGElement* contextElement); |
- |
virtual void synchronizeRequiredFeatures() { } |
virtual void synchronizeRequiredExtensions() { } |
virtual void synchronizeSystemLanguage() { } |