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