Title: [288635] trunk/Source/WebCore
Revision
288635
Author
grao...@webkit.org
Date
2022-01-26 11:32:50 -0800 (Wed, 26 Jan 2022)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (288634 => 288635)


--- trunk/Source/WebCore/ChangeLog	2022-01-26 19:31:02 UTC (rev 288634)
+++ trunk/Source/WebCore/ChangeLog	2022-01-26 19:32:50 UTC (rev 288635)
@@ -1,3 +1,16 @@
+2022-01-26  Antoine Quint  <grao...@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  <cdu...@apple.com>
 
         Unreviewed, revert r286855 as it caused form submission issues

Modified: trunk/Source/WebCore/animation/DeclarativeAnimation.cpp (288634 => 288635)


--- trunk/Source/WebCore/animation/DeclarativeAnimation.cpp	2022-01-26 19:31:02 UTC (rev 288634)
+++ trunk/Source/WebCore/animation/DeclarativeAnimation.cpp	2022-01-26 19:32:50 UTC (rev 288635)
@@ -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>
 

Modified: trunk/Source/WebCore/animation/WebAnimationUtilities.cpp (288634 => 288635)


--- trunk/Source/WebCore/animation/WebAnimationUtilities.cpp	2022-01-26 19:31:02 UTC (rev 288634)
+++ trunk/Source/WebCore/animation/WebAnimationUtilities.cpp	2022-01-26 19:32:50 UTC (rev 288635)
@@ -33,7 +33,6 @@
 #include "DeclarativeAnimation.h"
 #include "Element.h"
 #include "KeyframeEffectStack.h"
-#include "PseudoElement.h"
 #include "WebAnimation.h"
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to