Changeset 240121 in webkit
- Timestamp:
- Jan 17, 2019, 11:32:56 AM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r240120 r240121 1 2019-01-17 Alex Christensen <achristensen@webkit.org> 2 3 Fix WinCairo build after r240117 4 https://bugs.webkit.org/show_bug.cgi?id=193529 5 6 * PlatformWin.cmake: 7 * platform/network/curl/SocketStreamHandleImplCurl.cpp: 8 1 9 2019-01-17 Youenn Fablet <youenn@apple.com> 2 10 -
trunk/Source/WebCore/PlatformWin.cmake
r238771 r240121 184 184 loader/icon 185 185 186 187 186 page/animation 188 187 page/csp -
trunk/Source/WebCore/platform/network/curl/SocketStreamHandleImplCurl.cpp
r240117 r240121 40 40 #include "SocketStreamError.h" 41 41 #include "SocketStreamHandleClient.h" 42 #include "StorageSessionProvider.h" 42 43 #include <wtf/Lock.h> 43 44 #include <wtf/MainThread.h>
Note:
See TracChangeset
for help on using the changeset viewer.