summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-19 12:38:41 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-19 12:38:41 -0400
commitbaa390fabfaab1c817c94f0b5952b95e2a727146 (patch)
tree0441879052462fef8eea4ece00bdccc42fb131f5
parenta8e22cb6a5ed747841ff262de7081a15994c143f (diff)
downloadUXP-baa390fabfaab1c817c94f0b5952b95e2a727146.tar
UXP-baa390fabfaab1c817c94f0b5952b95e2a727146.tar.gz
UXP-baa390fabfaab1c817c94f0b5952b95e2a727146.tar.lz
UXP-baa390fabfaab1c817c94f0b5952b95e2a727146.tar.xz
UXP-baa390fabfaab1c817c94f0b5952b95e2a727146.zip
Fix typo in dom/animation/CSSPseudoElement.cpp
Linux filesystems tend to be case sensitive
-rw-r--r--dom/animation/CSSPseudoElement.cpp2
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 {