Title: [257423] releases/WebKitGTK/webkit-2.28/Source/WebCore
Revision
257423
Author
[email protected]
Date
2020-02-26 02:55:25 -0800 (Wed, 26 Feb 2020)

Log Message

Merge r256705 - Unreviewed build fix for non-unified builds.

No new tests needed.

* animation/AnimationEventBase.cpp: Add missing include.
* animation/DeclarativeAnimation.cpp: Ditto.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog (257422 => 257423)


--- releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog	2020-02-26 10:55:20 UTC (rev 257422)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog	2020-02-26 10:55:25 UTC (rev 257423)
@@ -1,3 +1,12 @@
+2020-02-15  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed build fix for non-unified builds.
+
+        No new tests needed.
+
+        * animation/AnimationEventBase.cpp: Add missing include.
+        * animation/DeclarativeAnimation.cpp: Ditto.
+
 2020-02-14  Nikos Mouchtaris  <[email protected]>
 
         new FontFace() should not throw when failing to parse arguments

Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/AnimationEventBase.cpp (257422 => 257423)


--- releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/AnimationEventBase.cpp	2020-02-26 10:55:20 UTC (rev 257422)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/AnimationEventBase.cpp	2020-02-26 10:55:25 UTC (rev 257423)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "AnimationEventBase.h"
 
+#include "WebAnimation.h"
 #include "WebAnimationUtilities.h"
 #include <wtf/IsoMallocInlines.h>
 

Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/DeclarativeAnimation.cpp (257422 => 257423)


--- releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/DeclarativeAnimation.cpp	2020-02-26 10:55:20 UTC (rev 257422)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/animation/DeclarativeAnimation.cpp	2020-02-26 10:55:25 UTC (rev 257423)
@@ -27,6 +27,7 @@
 #include "DeclarativeAnimation.h"
 
 #include "Animation.h"
+#include "AnimationEvent.h"
 #include "CSSAnimation.h"
 #include "CSSTransition.h"
 #include "DocumentTimeline.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to