X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGNumberOptionalNumber.h;h=b54bc594acb424792101027672ef4bda010a8b23;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=385e86f53ef376d35f9dbbf57d6f287b33630448;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h b/src/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h index 385e86f..b54bc59 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h +++ b/src/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h @@ -49,9 +49,6 @@ public: PassRefPtr clone() const; virtual PassRefPtr 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&);