Title: [230409] releases/WebKitGTK/webkit-2.20/Source/WebCore
Revision
230409
Author
carlo...@webkit.org
Date
2018-04-09 05:14:15 -0700 (Mon, 09 Apr 2018)

Log Message

Merge r229848 - [WPE][GTK] Build failure when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled
https://bugs.webkit.org/show_bug.cgi?id=183896

Reviewed by Yusuke Suzuki.

No new tests needed.

* bindings/js/JSWebAnimationCustom.cpp: Add missing #include of Document.h

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/Source/WebCore/ChangeLog (230408 => 230409)


--- releases/WebKitGTK/webkit-2.20/Source/WebCore/ChangeLog	2018-04-09 12:14:09 UTC (rev 230408)
+++ releases/WebKitGTK/webkit-2.20/Source/WebCore/ChangeLog	2018-04-09 12:14:15 UTC (rev 230409)
@@ -1,3 +1,14 @@
+2018-03-22  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [WPE][GTK] Build failure when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled
+        https://bugs.webkit.org/show_bug.cgi?id=183896
+
+        Reviewed by Yusuke Suzuki.
+
+        No new tests needed.
+
+        * bindings/js/JSWebAnimationCustom.cpp: Add missing #include of Document.h
+
 2018-03-21  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [WPE] Build failure with ENABLE_VIDEO=OFF when GStreamer is not available

Modified: releases/WebKitGTK/webkit-2.20/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp (230408 => 230409)


--- releases/WebKitGTK/webkit-2.20/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp	2018-04-09 12:14:09 UTC (rev 230408)
+++ releases/WebKitGTK/webkit-2.20/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp	2018-04-09 12:14:15 UTC (rev 230409)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "JSWebAnimation.h"
 
+#include "Document.h"
 #include "JSAnimationEffect.h"
 #include "JSAnimationTimeline.h"
 #include "JSDOMConstructor.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to