Index: Source/core/svg/SVGScriptElement.h |
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h |
index b11f5bedbe842036ab2895b6becf781c17a42a97..2ae81ac9a5b4ddc123948b2f94fe2d31ed6f2e92 100644 |
--- a/Source/core/svg/SVGScriptElement.h |
+++ b/Source/core/svg/SVGScriptElement.h |
@@ -39,9 +39,6 @@ class SVGScriptElement FINAL |
public: |
static PassRefPtr<SVGScriptElement> create(Document&, bool wasInsertedByParser); |
- String type() const; |
- void setType(const String&); |
- |
ScriptLoader* loader() const { return m_loader.get(); } |
#ifndef NDEBUG |