Title: [225750] trunk/Source/WebCore
- Revision
- 225750
- Author
- [email protected]
- Date
- 2017-12-11 11:19:35 -0800 (Mon, 11 Dec 2017)
Log Message
[Web Animations] Implement AnimationPlaybackEvent and AnimationPlaybackEventInit
https://bugs.webkit.org/show_bug.cgi?id=180647
Reviewed by Dean Jackson.
Actually fix Windows build this time.
* animation/AnimationPlaybackEventInit.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (225749 => 225750)
--- trunk/Source/WebCore/ChangeLog 2017-12-11 18:56:56 UTC (rev 225749)
+++ trunk/Source/WebCore/ChangeLog 2017-12-11 19:19:35 UTC (rev 225750)
@@ -2,6 +2,17 @@
[Web Animations] Implement AnimationPlaybackEvent and AnimationPlaybackEventInit
https://bugs.webkit.org/show_bug.cgi?id=180647
+
+ Reviewed by Dean Jackson.
+
+ Actually fix Windows build this time.
+
+ * animation/AnimationPlaybackEventInit.h:
+
+2017-12-11 Antoine Quint <[email protected]>
+
+ [Web Animations] Implement AnimationPlaybackEvent and AnimationPlaybackEventInit
+ https://bugs.webkit.org/show_bug.cgi?id=180647
<rdar://problem/35966325>
Reviewed by Dean Jackson.
Modified: trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h (225749 => 225750)
--- trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h 2017-12-11 18:56:56 UTC (rev 225749)
+++ trunk/Source/WebCore/animation/AnimationPlaybackEventInit.h 2017-12-11 19:19:35 UTC (rev 225750)
@@ -26,7 +26,7 @@
#pragma once
#include "EventInit.h"
-#include "Optional.h"
+#include <wtf/Optional.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes