| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 1975ed16046eecbe6ed469f16e300cd38c25f069..7e125e95a89c82fd8fd0bd5b51437f70f1acc100 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -442,7 +442,6 @@ public:
|
| virtual bool isSVGViewportContainer() const { return false; }
|
| virtual bool isSVGGradientStop() const { return false; }
|
| virtual bool isSVGHiddenContainer() const { return false; }
|
| - virtual bool isSVGPath() const { return false; }
|
| virtual bool isSVGShape() const { return false; }
|
| virtual bool isSVGText() const { return false; }
|
| virtual bool isSVGTextPath() const { return false; }
|
|
|