From baa390fabfaab1c817c94f0b5952b95e2a727146 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 19 Apr 2020 12:38:41 -0400 Subject: Fix typo in dom/animation/CSSPseudoElement.cpp Linux filesystems tend to be case sensitive --- dom/animation/CSSPseudoElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/animation') 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 { -- cgit v1.2.3