| Index: Source/core/svg/SVGImageLoader.cpp
|
| diff --git a/Source/core/svg/SVGImageLoader.cpp b/Source/core/svg/SVGImageLoader.cpp
|
| index 67b6208baf994f945b22b45fa6976bac0aaa4568..ec5b1b72a497106624740666b57dc299e63c4fda 100644
|
| --- a/Source/core/svg/SVGImageLoader.cpp
|
| +++ b/Source/core/svg/SVGImageLoader.cpp
|
| @@ -23,11 +23,11 @@
|
| #if ENABLE(SVG)
|
| #include "SVGImageLoader.h"
|
|
|
| -#include "CachedImage.h"
|
| #include "Event.h"
|
| #include "EventNames.h"
|
| #include "HTMLParserIdioms.h"
|
| #include "SVGImageElement.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/rendering/RenderImage.h"
|
|
|
| namespace WebCore {
|
|
|