[webkit-changes] [WebKit/WebKit] 62bea8: Remove SharedMemoryHandle::clear
Don Olmstead
noreply at github.com
Tue May 9 16:41:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 62bea872d1f186dcb512d2296f2e5cce1f499f94
https://github.com/WebKit/WebKit/commit/62bea872d1f186dcb512d2296f2e5cce1f499f94
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M Source/WebKit/Platform/SharedMemory.h
M Source/WebKit/Platform/cocoa/SharedMemoryCocoa.cpp
M Source/WebKit/Platform/unix/SharedMemoryUnix.cpp
M Source/WebKit/Platform/win/SharedMemoryWin.cpp
M Source/WebKit/Shared/ShareableBitmap.h
M Source/WebKit/Shared/ShareableBitmapHandle.cpp
Log Message:
-----------
Remove SharedMemoryHandle::clear
https://bugs.webkit.org/show_bug.cgi?id=256556
Reviewed by Chris Dumez.
Removes `SharedMemoryHandle::clear` and `ShareableBitmapHandle::clear`
which was using referencing it.
* Source/WebKit/Platform/SharedMemory.h:
* Source/WebKit/Platform/cocoa/SharedMemoryCocoa.cpp:
(WebKit::SharedMemoryHandle::clear): Deleted.
* Source/WebKit/Platform/unix/SharedMemoryUnix.cpp:
(WebKit::SharedMemoryHandle::clear): Deleted.
* Source/WebKit/Platform/win/SharedMemoryWin.cpp:
(WebKit::SharedMemoryHandle::clear): Deleted.
* Source/WebKit/Shared/ShareableBitmap.h:
* Source/WebKit/Shared/ShareableBitmapHandle.cpp:
(WebKit::ShareableBitmapHandle::clear): Deleted.
Canonical link: https://commits.webkit.org/263885@main
More information about the webkit-changes
mailing list