[webkit-changes] [WebKit/WebKit] ea8c04: Undefine MESSAGE_CHECK at the end of files
Sihui
noreply at github.com
Mon Aug 19 16:10:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ea8c042684680a96e4bee6e5a2be5d6f74ac47bf
https://github.com/WebKit/WebKit/commit/ea8c042684680a96e4bee6e5a2be5d6f74ac47bf
Author: Sihui Liu <sihui_liu at apple.com>
Date: 2024-08-19 (Mon, 19 Aug 2024)
Changed paths:
M Source/WebKit/GPUProcess/media/RemoteAudioSessionProxy.cpp
M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp
M Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteScrollingCoordinatorProxyIOS.mm
M Source/WebKit/UIProcess/mac/SecItemShimProxy.cpp
Log Message:
-----------
Undefine MESSAGE_CHECK at the end of files
https://bugs.webkit.org/show_bug.cgi?id=278354
rdar://134295702
Reviewed by Ryosuke Niwa.
In existing implementation, MESSAGE_CHECK are defined in many different places that need to validate message. To avoid
issue in unified builds, we should ensure it is undefined outside of intended scope.
* Source/WebKit/GPUProcess/media/RemoteAudioSessionProxy.cpp:
* Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp:
* Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteScrollingCoordinatorProxyIOS.mm:
* Source/WebKit/UIProcess/mac/SecItemShimProxy.cpp:
Canonical link: https://commits.webkit.org/282471@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list