[Web Animations] Remove remaining PseudoElement.h includes
https://bugs.webkit.org/show_bug.cgi?id=235651

Reviewed by Antti Koivisto.

After the fix for bug 235234, we've successfully removed all use of PseudoElement
under animation/ yet we had some remaining includes of PseudoElement.h.

* animation/DeclarativeAnimation.cpp:
* animation/WebAnimationUtilities.cpp:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@288635 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 5199626..a879241 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2022-01-26  Antoine Quint  <graouts@webkit.org>
+
+        [Web Animations] Remove remaining PseudoElement.h includes
+        https://bugs.webkit.org/show_bug.cgi?id=235651
+
+        Reviewed by Antti Koivisto.
+
+        After the fix for bug 235234, we've successfully removed all use of PseudoElement
+        under animation/ yet we had some remaining includes of PseudoElement.h. 
+
+        * animation/DeclarativeAnimation.cpp:
+        * animation/WebAnimationUtilities.cpp:
+
 2022-01-26  Chris Dumez  <cdumez@apple.com>
 
         Unreviewed, revert r286855 as it caused form submission issues
diff --git a/Source/WebCore/animation/DeclarativeAnimation.cpp b/Source/WebCore/animation/DeclarativeAnimation.cpp
index f85d227..26d4cd2 100644
--- a/Source/WebCore/animation/DeclarativeAnimation.cpp
+++ b/Source/WebCore/animation/DeclarativeAnimation.cpp
@@ -35,7 +35,6 @@
 #include "EventNames.h"
 #include "KeyframeEffect.h"
 #include "Logging.h"
-#include "PseudoElement.h"
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/text/TextStream.h>
 
diff --git a/Source/WebCore/animation/WebAnimationUtilities.cpp b/Source/WebCore/animation/WebAnimationUtilities.cpp
index ff7aad5..2383416 100644
--- a/Source/WebCore/animation/WebAnimationUtilities.cpp
+++ b/Source/WebCore/animation/WebAnimationUtilities.cpp
@@ -33,7 +33,6 @@
 #include "DeclarativeAnimation.h"
 #include "Element.h"
 #include "KeyframeEffectStack.h"
-#include "PseudoElement.h"
 #include "WebAnimation.h"
 
 namespace WebCore {