| Index: Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index 5d307fd0842fdba0d2745154e7da186b17f3ff84..89007f7ea81212d44a9654b7013a26abc281c780 100644
|
| --- a/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "config.h"
|
| #include "core/svg/animation/SMILTimeContainer.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "SVGNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/NodeTraversal.h"
|
| @@ -323,5 +322,3 @@ void SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|