mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Fix typo in dom/animation/CSSPseudoElement.cpp
Linux filesystems tend to be case sensitive
This commit is contained in:
parent
b3d98cc078
commit
f8b2c1fed1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue