diff options
Diffstat (limited to 'dom/animation')
-rw-r--r-- | dom/animation/CSSPseudoElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/animation/CSSPseudoElement.cpp b/dom/animation/CSSPseudoElement.cpp index 0283eb59e..09aad01ef 100644 --- a/dom/animation/CSSPseudoElement.cpp +++ b/dom/animation/CSSPseudoElement.cpp @@ -7,7 +7,7 @@ #include "mozilla/dom/CSSPseudoElement.h" #include "mozilla/dom/CSSPseudoElementBinding.h" #include "mozilla/dom/Element.h" -#include "mozilla/dom/KeyFrameEffectBinding.h" // for ElementOrCSSPseudoElement class +#include "mozilla/dom/KeyframeEffectBinding.h" // for ElementOrCSSPseudoElement class #include "mozilla/AnimationComparator.h" namespace mozilla { |