| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index 0d6782ec6c2d09917f9c2f0c3514a0b1f134a058..e4503dc1d7056eaff2613b52b369b5572e2c7344 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -39,22 +39,22 @@
|
| #include "NodeRenderStyle.h"
|
| #include "NodeTraversal.h"
|
| #include "RegisteredEventListener.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGTransformableContainer.h"
|
| -#include "ShadowRoot.h"
|
| #include "SVGElementInstance.h"
|
| -#include "SVGElementRareData.h"
|
| #include "SVGElementInstanceList.h"
|
| +#include "SVGElementRareData.h"
|
| #include "SVGGElement.h"
|
| #include "SVGLengthContext.h"
|
| #include "SVGNames.h"
|
| #include "SVGSMILElement.h"
|
| #include "SVGSVGElement.h"
|
| #include "SVGSymbolElement.h"
|
| +#include "ShadowRoot.h"
|
| #include "StyleResolver.h"
|
| #include "XLinkNames.h"
|
| #include "XMLDocumentParser.h"
|
| #include "XMLSerializer.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGTransformableContainer.h"
|
|
|
| // Dump SVGElementInstance object tree - useful to debug instanceRoot problems
|
| // #define DUMP_INSTANCE_TREE
|
|
|