| Index: Source/core/svg/SVGPathConsumer.h
|
| diff --git a/Source/core/svg/SVGPathConsumer.h b/Source/core/svg/SVGPathConsumer.h
|
| index c099cbbb890387eeff4d9447876c21452078c138..842aa844ee6b17c3dc5edd1c3bccaad2c369af3e 100644
|
| --- a/Source/core/svg/SVGPathConsumer.h
|
| +++ b/Source/core/svg/SVGPathConsumer.h
|
| @@ -50,7 +50,6 @@ public:
|
|
|
| virtual void incrementPathSegmentCount() = 0;
|
| virtual bool continueConsuming() = 0;
|
| - virtual void cleanup() = 0;
|
|
|
| // Used in UnalteredParsing/NormalizedParsing modes.
|
| virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) = 0;
|
|
|