Title: [229848] trunk/Source/WebCore
- Revision
- 229848
- Author
- [email protected]
- Date
- 2018-03-22 06:48:34 -0700 (Thu, 22 Mar 2018)
Log Message
[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: trunk/Source/WebCore/ChangeLog (229847 => 229848)
--- trunk/Source/WebCore/ChangeLog 2018-03-22 11:31:47 UTC (rev 229847)
+++ trunk/Source/WebCore/ChangeLog 2018-03-22 13:48:34 UTC (rev 229848)
@@ -1,3 +1,14 @@
+2018-03-22 Adrian Perez de Castro <[email protected]>
+
+ [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 Chris Dumez <[email protected]>
Regression(r229828): WebKit.NoHistoryItemScrollToFragment API test is failing on iOS
Modified: trunk/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp (229847 => 229848)
--- trunk/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp 2018-03-22 11:31:47 UTC (rev 229847)
+++ trunk/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp 2018-03-22 13:48:34 UTC (rev 229848)
@@ -26,6 +26,7 @@
#include "config.h"
#include "JSWebAnimation.h"
+#include "Document.h"
#include "JSAnimationEffectReadOnly.h"
#include "JSAnimationTimeline.h"
#include "JSCSSAnimation.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes