| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index 7c707fdd786bfb0ff9d30ed1a7aafd2f921fc111..a6681158c25c49ec0be2515c7ba144c262f7b72a 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/SVGNames.h"
|
| #include "core/css/CSSComputedStyleDeclaration.h"
|
| -#include "core/css/parser/BisonCSSParser.h"
|
| +#include "core/css/parser/CSSParser.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/svg/SVGAnimateElement.h"
|
| #include "core/svg/SVGElement.h"
|
|
|