summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-19 12:38:41 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:33:56 +0200
commitba6e4753b733ada8cd077fbc11a3a4cb168eca9f (patch)
treee5253df0000f563101dbc3631c3eac45fd4aac3a /dom
parent6d3d69f644b62abdbb0e975e03d4c5be5561c1dd (diff)
downloadUXP-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')
-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 {