| Index: Source/core/svg/SVGPolyElement.h
|
| diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h
|
| index 827718420433305988cf23a0fb698954288bbf33..3c5d0367c821095fcf72c06ea711db103997472c 100644
|
| --- a/Source/core/svg/SVGPolyElement.h
|
| +++ b/Source/core/svg/SVGPolyElement.h
|
| @@ -24,12 +24,12 @@
|
| #include "SVGNames.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| -#include "core/svg/SVGGraphicsElement.h"
|
| +#include "core/svg/SVGGeometryElement.h"
|
| #include "core/svg/SVGPointList.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGPolyElement : public SVGGraphicsElement
|
| +class SVGPolyElement : public SVGGeometryElement
|
| , public SVGExternalResourcesRequired {
|
| public:
|
| SVGListPropertyTearOff<SVGPointList>* points();
|
|
|