diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-19 12:38:41 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:33:56 +0200 |
commit | ba6e4753b733ada8cd077fbc11a3a4cb168eca9f (patch) | |
tree | e5253df0000f563101dbc3631c3eac45fd4aac3a /dom/animation/CSSPseudoElement.cpp | |
parent | 6d3d69f644b62abdbb0e975e03d4c5be5561c1dd (diff) | |
download | UXP-ba6e4753b733ada8cd077fbc11a3a4cb168eca9f.tar UXP-ba6e4753b733ada8cd077fbc11a3a4cb168eca9f.tar.gz UXP-ba6e4753b733ada8cd077fbc11a3a4cb168eca9f.tar.lz UXP-ba6e4753b733ada8cd077fbc11a3a4cb168eca9f.tar.xz UXP-ba6e4753b733ada8cd077fbc11a3a4cb168eca9f.zip |
Fix typo in dom/animation/CSSPseudoElement.cpp
Linux filesystems tend to be case sensitive
Diffstat (limited to 'dom/animation/CSSPseudoElement.cpp')
-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 { |