| Index: Source/core/svg/SVGPoint.h
|
| diff --git a/Source/core/svg/SVGPoint.h b/Source/core/svg/SVGPoint.h
|
| index 821995fef8322cf08ee82b5e82142add7dd418ee..4bd21557702fdc7611c426f193741fff540c89e1 100644
|
| --- a/Source/core/svg/SVGPoint.h
|
| +++ b/Source/core/svg/SVGPoint.h
|
| @@ -65,9 +65,6 @@ public:
|
|
|
| FloatPoint matrixTransform(const AffineTransform&) const;
|
|
|
| - bool operator==(const SVGPoint&) const;
|
| - bool operator!=(const SVGPoint& other) const { return !operator==(other); }
|
| -
|
| virtual String valueAsString() const OVERRIDE;
|
| void setValueAsString(const String&, ExceptionState&);
|
|
|
|
|