| Index: Source/core/svg/SVGDocumentExtensions.cpp
|
| diff --git a/Source/core/svg/SVGDocumentExtensions.cpp b/Source/core/svg/SVGDocumentExtensions.cpp
|
| index 6b7eca6abe0cc584b3b81f8af568c2fb92dbc7ba..773bf01604ee20d8b0db91b15c0fa4e92395e2e3 100644
|
| --- a/Source/core/svg/SVGDocumentExtensions.cpp
|
| +++ b/Source/core/svg/SVGDocumentExtensions.cpp
|
| @@ -33,11 +33,11 @@
|
| #include "Page.h"
|
| #include "SMILTimeContainer.h"
|
| #include "SVGElement.h"
|
| -#include "SVGResourcesCache.h"
|
| #include "SVGSMILElement.h"
|
| #include "SVGSVGElement.h"
|
| #include "ScriptableDocumentParser.h"
|
| #include "XLinkNames.h"
|
| +#include "core/rendering/svg/SVGResourcesCache.h"
|
| #include <wtf/text/AtomicString.h>
|
|
|
| namespace WebCore {
|
|
|