Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 0af60e347655ba87584b1447119cbd7d9358a332..7244b1c7891620a1b664eac9143ea3c0d880005c 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -74,15 +74,6 @@ public: |
bool instanceUpdatesBlocked() const; |
void setInstanceUpdatesBlocked(bool); |
- const AtomicString& xmlbase() const; |
- void setXMLbase(const AtomicString&); |
- |
- const AtomicString& xmllang() const; |
- void setXMLlang(const AtomicString&); |
- |
- const AtomicString& xmlspace() const; |
- void setXMLspace(const AtomicString&); |
- |
SVGSVGElement* ownerSVGElement() const; |
SVGElement* viewportElement() const; |