Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index 1a6170e15a06378341ed5d564c21ad959c59602a..3e03653cdeda9edac91e2dfb71c5ca99dfc6280c 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -52,12 +52,6 @@ public: |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |
// 'SVGSVGElement' functions |
- const AtomicString& contentScriptType() const; |
- void setContentScriptType(const AtomicString& type); |
- |
- const AtomicString& contentStyleType() const; |
- void setContentStyleType(const AtomicString& type); |
- |
PassRefPtr<SVGRectTearOff> viewport() const; |
float pixelUnitToMillimeterX() const; |