| Index: third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimation.h b/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| index 625df831dbb93af7ac2ec53ada9e88ba5dece985..085f7ef5d2b65699249fa9c55b188f71f0509c02 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| @@ -32,7 +32,6 @@
|
| #define ElementAnimation_h
|
|
|
| #include "bindings/core/v8/DictionarySequenceOrDictionary.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/UnrestrictedDoubleOrKeyframeEffectOptions.h"
|
| #include "core/animation/DocumentTimeline.h"
|
| #include "core/animation/EffectInput.h"
|
| @@ -44,6 +43,7 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|