| Index: Source/core/svg/SVGFEPointLightElement.cpp
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.cpp b/Source/core/svg/SVGFEPointLightElement.cpp
|
| index b8d38e55e4ca86092ca7f00201facef3b099d0ac..f9a834dc15a92c45dffe4530b4d2e1388eb6d9da 100644
|
| --- a/Source/core/svg/SVGFEPointLightElement.cpp
|
| +++ b/Source/core/svg/SVGFEPointLightElement.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "SVGFEPointLightElement.h"
|
| #include "SVGNames.h"
|
|
|
| -#include "PointLightSource.h"
|
| +#include "core/platform/graphics/filters/PointLightSource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|