[webkit-changes] [WebKit/WebKit] dc38df: WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp...
Fujii Hironori
noreply at github.com
Thu Aug 17 00:22:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc38df83a8f6b257aaba0bf89ae1c1ebd4936eb7
https://github.com/WebKit/WebKit/commit/dc38df83a8f6b257aaba0bf89ae1c1ebd4936eb7
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M Source/WebKit/Platform/IPC/win/ConnectionWin.cpp
M Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
Log Message:
-----------
WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture 'thisPointerForLog' is not used
https://bugs.webkit.org/show_bug.cgi?id=260329
Reviewed by Ross Kirsling.
clang-cl reported the following warnings for Windows port.
> WebKit\Platform\IPC\win\ConnectionWin.cpp(332,10): warning: variable 'result' set but not used [-Wunused-but-set-variable]
> WebKit\WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp(170,325): warning: lambda capture 'thisPointerForLog' is not used [-Wunused-lambda-capture]
* Source/WebKit/Platform/IPC/win/ConnectionWin.cpp:
(IPC::Connection::EventListener::open):
* Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebKit::WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):
Canonical link: https://commits.webkit.org/266993@main
More information about the webkit-changes
mailing list