[webkit-changes] [WebKit/WebKit] 852e01: Fix test path for verifying behavior after process...
Alex Christensen
noreply at github.com
Mon Dec 12 11:32:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 852e01f5fef566a571f9501af1b4fbc423a92e59
https://github.com/WebKit/WebKit/commit/852e01f5fef566a571f9501af1b4fbc423a92e59
Author: Alex Christensen <achristensen at apple.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm
Log Message:
-----------
Fix test path for verifying behavior after process launch failure after 257598 at main
https://bugs.webkit.org/show_bug.cgi?id=249160
Reviewed by Chris Dumez and Tim Horton.
I introduced calling a moved-from WTF::Function in our test-only code path.
This fixes that, and also makes variable names less reused in different scopes.
Covered by API tests like TestWebKitAPI.WKNavigation.FailureToStartWebProcessAfterCrashRecovery
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::ProcessLauncher::launchProcess):
Canonical link: https://commits.webkit.org/257746@main
More information about the webkit-changes
mailing list