Bug 258062 - [PlayStation] Build fix after 265123@main
Summary: [PlayStation] Build fix after 265123@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Other
: P2 Normal
Assignee: Tomoki Imai
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-13 21:54 PDT by Tomoki Imai
Modified: 2023-06-13 23:26 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>