Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index 1e3fa5effa75af722ec83a4fb60c152d52906d95..6a28164d8845b2f2fe435223ab768a709362a5c6 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/parser/BisonCSSParser.h" |
+#include "core/css/parser/CSSParser.h" |
#include "core/frame/UseCounter.h" |
#include "core/svg/SVGAnimateElement.h" |
#include "core/svg/SVGElement.h" |