| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| index 3e705860fd189a9a8fd4c63f09a56c7cd08b3ca5..624e96da669ea297558581a7e125e3c4809cda0e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -24,12 +24,11 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/css/StylePropertySet.h"
|
| -#include "core/css/parser/CSSParser.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/dom/StyleChangeReason.h"
|
| #include "core/svg/SVGAnimatedTypeAnimator.h"
|
| -#include "core/svg/SVGDocumentExtensions.h"
|
| +#include "core/svg/properties/SVGProperty.h"
|
|
|
| namespace blink {
|
|
|
|
|