Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index a294933fce2899e6c6f78ed8fe8a1ed6136548e9..fb5ca0dd4cad38c0c4647aca3881ea98e6fc433d 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -25,8 +25,8 @@ |
#include "core/svg/SVGAnimateElement.h" |
#include "core/CSSPropertyNames.h" |
-#include "core/css/parser/BisonCSSParser.h" |
#include "core/css/StylePropertySet.h" |
+#include "core/css/parser/CSSParser.h" |
#include "core/dom/Document.h" |
#include "core/dom/QualifiedName.h" |
#include "core/svg/SVGAnimatedTypeAnimator.h" |