Title: [288600] trunk/Source/WebCore
Revision
288600
Author
ape...@igalia.com
Date
2022-01-25 18:13:08 -0800 (Tue, 25 Jan 2022)

Log Message

Fix non-unified build by adding missing headers to JSKeyframeEffectCustom.cpp

Unreviewed non-unified build fix.

No new tests needed.

* bindings/js/JSKeyframeEffectCustom.cpp: Add missing headers Document.h,
JSDOMConvertObject.h, JSDOMConvertSequences.h, and JSDOMConvertStrings.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (288599 => 288600)


--- trunk/Source/WebCore/ChangeLog	2022-01-26 02:08:27 UTC (rev 288599)
+++ trunk/Source/WebCore/ChangeLog	2022-01-26 02:13:08 UTC (rev 288600)
@@ -1,3 +1,14 @@
+2022-01-25  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Fix non-unified build by adding missing headers to JSKeyframeEffectCustom.cpp
+
+        Unreviewed non-unified build fix.
+
+        No new tests needed.
+
+        * bindings/js/JSKeyframeEffectCustom.cpp: Add missing headers Document.h,
+        JSDOMConvertObject.h, JSDOMConvertSequences.h, and JSDOMConvertStrings.h.
+
 2022-01-25  Alexey Shvayka  <ashva...@apple.com>
 
         [WebIDL] Remove the now-unused [CustomEnabled] extended attribute

Modified: trunk/Source/WebCore/bindings/js/JSKeyframeEffectCustom.cpp (288599 => 288600)


--- trunk/Source/WebCore/bindings/js/JSKeyframeEffectCustom.cpp	2022-01-26 02:08:27 UTC (rev 288599)
+++ trunk/Source/WebCore/bindings/js/JSKeyframeEffectCustom.cpp	2022-01-26 02:13:08 UTC (rev 288600)
@@ -27,6 +27,10 @@
 #include "JSKeyframeEffect.h"
 
 #include "CSSPropertyNames.h"
+#include "Document.h"
+#include "JSDOMConvertObject.h"
+#include "JSDOMConvertSequences.h"
+#include "JSDOMConvertStrings.h"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to