| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 624142e953e2bddab8962640a0c61c786a2896e6..2f064469babc00e9bc179d7e3f8c14e4a7014d44 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -25,7 +25,6 @@
|
| #include "SVGSVGElement.h"
|
|
|
| #include "HTMLNames.h"
|
| -#include "SMILTimeContainer.h"
|
| #include "SVGAngle.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFitToViewBox.h"
|
| @@ -57,6 +56,7 @@
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
| #include "core/rendering/svg/RenderSVGViewportContainer.h"
|
| +#include "core/svg/animation/SMILTimeContainer.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
| namespace WebCore {
|
|
|