Bug 258062

Summary: [PlayStation] Build fix after 265123@main
Product: WebKit Reporter: Tomoki Imai <tomoki.imai>
Component: WebKit Process ModelAssignee: Tomoki Imai <tomoki.imai>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Other   

Description Tomoki Imai 2023-06-13 21:54:34 PDT
After 265123@main (bug 257996), we see the following failure. 

C:/BW/PlayStation-Debug-Build/build/Source/WebKit/UIProcess/Launcher/playstation/ProcessLauncherPlayStation.cpp:109:10: error: use of undeclared identifier 'm_processIdentifier'
    if (!m_processIdentifier)
         ^
C:/BW/PlayStation-Debug-Build/build/Source/WebKit/UIProcess/Launcher/playstation/ProcessLauncherPlayStation.cpp:115:35: error: use of undeclared identifier 'm_processIdentifier'
    PlayStation::terminateProcess(m_processIdentifier);
                                  ^
C:/BW/PlayStation-Debug-Build/build/Source/WebKit/UIProcess/Launcher/playstation/ProcessLauncherPlayStation.cpp:121:5: error: use of undeclared identifier 'm_processIdentifier'
    m_processIdentifier = 0;
    ^
3 errors generated.

https://build.webkit.org/#/builders/65/builds/28079
Comment 1 Tomoki Imai 2023-06-13 22:09:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14946
Comment 2 EWS 2023-06-13 23:25:22 PDT
Committed 265141@main (5ed9bdc27e15): <https://commits.webkit.org/265141@main>

Reviewed commits have been landed. Closing PR #14946 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-06-13 23:26:17 PDT
<rdar://problem/110756306>