Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f0c80d6f85768a161b0d767707ca44284373db84
https://github.com/WebKit/WebKit/commit/f0c80d6f85768a161b0d767707ca44284373db84
Author: Fujii Hironori <[email protected]>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M Source/WTF/wtf/FileSystem.h
M Source/WTF/wtf/win/FileSystemWin.cpp
M Source/WebKit/NetworkProcess/cache/NetworkCacheDataCurl.cpp
Log Message:
-----------
[Win] Use Win32Handle for m_fileMapping of WTF::FileSystem::MappedFileData
https://bugs.webkit.org/show_bug.cgi?id=257296
Reviewed by Don Olmstead.
Changed the type of m_fileMapping from HANDLE to Win32Handle.
* Source/WTF/wtf/FileSystem.h:
(WTF::FileSystemImpl::MappedFileData::fileMapping const):
(WTF::FileSystemImpl::MappedFileData::MappedFileData):
(WTF::FileSystemImpl::MappedFileData::operator=):
* Source/WTF/wtf/win/FileSystemWin.cpp:
(WTF::FileSystemImpl::MappedFileData::~MappedFileData):
(WTF::FileSystemImpl::MappedFileData::mapFileHandle):
* Source/WebKit/NetworkProcess/cache/NetworkCacheDataCurl.cpp:
(WebKit::NetworkCache::Data::tryCreateSharedMemory const):
Canonical link: https://commits.webkit.org/264502@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes