Index: Source/core/svg/SVGRect.h |
diff --git a/Source/core/svg/SVGRect.h b/Source/core/svg/SVGRect.h |
index e726a7973662e18baec9adfbd22325fbd33d1245..411ee3ca8a51810110969012f6df49b74f902f80 100644 |
--- a/Source/core/svg/SVGRect.h |
+++ b/Source/core/svg/SVGRect.h |
@@ -62,9 +62,6 @@ public: |
void setWidth(float f) { m_value.setWidth(f); } |
void setHeight(float f) { m_value.setHeight(f); } |
- bool operator==(const SVGRect&) const; |
- bool operator!=(const SVGRect& other) const { return !operator==(other); } |
- |
virtual String valueAsString() const OVERRIDE; |
void setValueAsString(const String&, ExceptionState&); |