| Index: Source/bindings/v8/custom/V8ElementCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8ElementCustom.cpp b/Source/bindings/v8/custom/V8ElementCustom.cpp
|
| index f00e1b7464b822b90df0c2e07e80e5be145d5fb4..2cdbb3c1418a48b0afdee5b02b978a572a90f460 100644
|
| --- a/Source/bindings/v8/custom/V8ElementCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8ElementCustom.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8Element.h"
|
| +#include "bindings/core/v8/V8Element.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "V8AnimationEffect.h"
|
| -#include "V8AnimationPlayer.h"
|
| +#include "bindings/core/v8/V8AnimationEffect.h"
|
| +#include "bindings/core/v8/V8AnimationPlayer.h"
|
| #include "bindings/v8/Dictionary.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/V8Binding.h"
|
|
|