Changeset 267470 in webkit
- Timestamp:
- Sep 23, 2020, 5:36:35 AM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
svg/SVGPathBlender.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r267469 r267470 1 2020-09-23 Philippe Normand <pnormand@igalia.com> 2 3 Unreviewed, prospective GTK build fix after r267449. 4 5 * svg/SVGPathBlender.cpp: Include <functional>, needed for std::invoke(). 6 1 7 2020-09-23 Cathie Chen <cathiechen@igalia.com> 2 8 -
trunk/Source/WebCore/svg/SVGPathBlender.cpp
r263334 r267470 25 25 #include "SVGPathSeg.h" 26 26 #include "SVGPathSource.h" 27 #include <functional> 27 28 #include <wtf/SetForScope.h> 28 29
Note:
See TracChangeset
for help on using the changeset viewer.