[webkit-changes] [WebKit/WebKit] 9e58c7: Remove superfluous WTFMove in call to UIClient::de...
Ryosuke Niwa
noreply at github.com
Thu Feb 20 00:03:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e58c78e53377130de83a64f4078e5fe6c1e9551
https://github.com/WebKit/WebKit/commit/9e58c78e53377130de83a64f4078e5fe6c1e9551
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Remove superfluous WTFMove in call to UIClient::decidePolicyForUserMediaPermissionRequest
https://bugs.webkit.org/show_bug.cgi?id=288037
Reviewed by Chris Dumez.
Removed the unnecessary call to WTFMove as the type of either argument is SecurityOrigin&.
Also explicitly specify the full type of "result" to help clang resolve symbols.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::validateCaptureStateUpdate):
Canonical link: https://commits.webkit.org/290693@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