| Index: Source/core/animation/ElementAnimation.h
|
| diff --git a/Source/core/animation/ElementAnimation.h b/Source/core/animation/ElementAnimation.h
|
| index 9b60a70a506c5e497e50fa346721d9a286771349..eda0595f7a6a5e65f75c5b54ca0c1a717ac632c2 100644
|
| --- a/Source/core/animation/ElementAnimation.h
|
| +++ b/Source/core/animation/ElementAnimation.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef ElementAnimation_h
|
| #define ElementAnimation_h
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "core/animation/Animation.h"
|
| #include "core/animation/AnimationTimeline.h"
|
| #include "core/animation/EffectInput.h"
|
| #include "core/animation/TimingInput.h"
|
| #include "core/dom/Element.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
|
|