| Index: Source/core/svg/SVGClipPathElement.cpp
|
| diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp
|
| index 766c3566e3dd509aceb48fce5cee0288174d48ca..84669e45f79145c48e115682bd5592fb0e8c0149 100644
|
| --- a/Source/core/svg/SVGClipPathElement.cpp
|
| +++ b/Source/core/svg/SVGClipPathElement.cpp
|
| @@ -26,11 +26,11 @@
|
|
|
| #include "Attribute.h"
|
| #include "Document.h"
|
| -#include "RenderSVGResourceClipper.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGTransformList.h"
|
| #include "StyleResolver.h"
|
| +#include "core/rendering/svg/RenderSVGResourceClipper.h"
|
|
|
| namespace WebCore {
|
|
|
|
|