Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGNumberOptionalNumber.h
index 385e86f..b54bc59 100644 (file)
@@ -49,9 +49,6 @@ public:
     PassRefPtr<SVGNumberOptionalNumber> clone() const;
     virtual PassRefPtr<NewSVGPropertyBase> cloneForAnimation(const String&) const OVERRIDE;
 
-    bool operator==(const SVGNumberOptionalNumber&) const;
-    bool operator!=(const SVGNumberOptionalNumber& other) const { return !operator==(other); }
-
     virtual String valueAsString() const OVERRIDE;
     void setValueAsString(const String&, ExceptionState&);