Title: [257416] trunk/Source/WebCore
- Revision
- 257416
- Author
- [email protected]
- Date
- 2020-02-26 02:07:14 -0800 (Wed, 26 Feb 2020)
Log Message
Unreviewed build fix for non-unified builds.
* bindings/js/JSAnimationTimelineCustom.cpp: Add missing header include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (257415 => 257416)
--- trunk/Source/WebCore/ChangeLog 2020-02-26 09:16:48 UTC (rev 257415)
+++ trunk/Source/WebCore/ChangeLog 2020-02-26 10:07:14 UTC (rev 257416)
@@ -1,3 +1,9 @@
+2020-02-26 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed build fix for non-unified builds.
+
+ * bindings/js/JSAnimationTimelineCustom.cpp: Add missing header include.
+
2020-02-26 Mark Lam <[email protected]>
Custom element caching should be aware of different worlds.
Modified: trunk/Source/WebCore/bindings/js/JSAnimationTimelineCustom.cpp (257415 => 257416)
--- trunk/Source/WebCore/bindings/js/JSAnimationTimelineCustom.cpp 2020-02-26 09:16:48 UTC (rev 257415)
+++ trunk/Source/WebCore/bindings/js/JSAnimationTimelineCustom.cpp 2020-02-26 10:07:14 UTC (rev 257416)
@@ -27,6 +27,7 @@
#include "config.h"
#include "JSAnimationTimeline.h"
+#include "Document.h"
#include "DocumentTimeline.h"
#include "JSDOMBinding.h"
#include "JSDocumentTimeline.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes