Title: [267470] trunk/Source/WebCore
- Revision
- 267470
- Author
- [email protected]
- Date
- 2020-09-23 05:36:35 -0700 (Wed, 23 Sep 2020)
Log Message
Unreviewed, prospective GTK build fix after r267449.
* svg/SVGPathBlender.cpp: Include <functional>, needed for std::invoke().
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (267469 => 267470)
--- trunk/Source/WebCore/ChangeLog 2020-09-23 12:17:59 UTC (rev 267469)
+++ trunk/Source/WebCore/ChangeLog 2020-09-23 12:36:35 UTC (rev 267470)
@@ -1,3 +1,9 @@
+2020-09-23 Philippe Normand <[email protected]>
+
+ Unreviewed, prospective GTK build fix after r267449.
+
+ * svg/SVGPathBlender.cpp: Include <functional>, needed for std::invoke().
+
2020-09-23 Cathie Chen <[email protected]>
Wheel event phases of FrameView are not handled correctly
Modified: trunk/Source/WebCore/svg/SVGPathBlender.cpp (267469 => 267470)
--- trunk/Source/WebCore/svg/SVGPathBlender.cpp 2020-09-23 12:17:59 UTC (rev 267469)
+++ trunk/Source/WebCore/svg/SVGPathBlender.cpp 2020-09-23 12:36:35 UTC (rev 267470)
@@ -24,6 +24,7 @@
#include "AnimationUtilities.h"
#include "SVGPathSeg.h"
#include "SVGPathSource.h"
+#include <functional>
#include <wtf/SetForScope.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes