| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 117caf58d2374fbc36c26fdd16c9ced520e44777..b8138176d1c76c396858ea7365e777e1d90804c6 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -29,7 +29,6 @@
|
| #include "core/svg/SVGAnimatedTransformList.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGFitToViewBox.h"
|
| -#include "core/svg/SVGLangSpace.h"
|
| #include "core/svg/SVGStyledElement.h"
|
| #include "core/svg/SVGTests.h"
|
| #include "core/svg/SVGURIReference.h"
|
| @@ -42,7 +41,6 @@ struct PatternAttributes;
|
| class SVGPatternElement FINAL : public SVGStyledElement,
|
| public SVGURIReference,
|
| public SVGTests,
|
| - public SVGLangSpace,
|
| public SVGExternalResourcesRequired,
|
| public SVGFitToViewBox {
|
| public:
|
|
|