| Index: third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| index 24884aa0d512a640d60ef4ec25522df2687b4851..49e6c918b3430ed9636b0f61c6c38affe3062db2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedLengthList_h
|
| #define SVGAnimatedLengthList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGLengthListTearOff.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|