[webkit-changes] [WebKit/WebKit] 412945: Add a message check to WebPageProxy::SerializedAtt...
Brent Fulgham
noreply at github.com
Fri Aug 2 10:21:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4129458bd753f080193b036d6e5963d162f55b85
https://github.com/WebKit/WebKit/commit/4129458bd753f080193b036d6e5963d162f55b85
Author: Brent Fulgham <bfulgham at apple.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Add a message check to WebPageProxy::SerializedAttachmentDataForIdentifiers
https://bugs.webkit.org/show_bug.cgi?id=277451
<rdar://60234457>
Reviewed by Ryosuke Niwa.
We perform a MESSAGE_CHECK for the identifier used in a number of WebPageProxy calls,
but do not in this specific method. Let's be consistent with our checks so we can trigger
a violation at the earliest possible check point.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::serializedAttachmentDataForIdentifiers): Add additional message check
Canonical link: https://commits.webkit.org/281761@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