Fix typo in dom/animation/CSSPseudoElement.cpp

Linux filesystems tend to be case sensitive
This commit is contained in:
Matt A. Tobin 2020-04-19 12:38:41 -04:00 committed by Roy Tam
commit f8b2c1fed1

View file

@ -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 {