Bug 258062
| Summary: | [PlayStation] Build fix after 265123@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tomoki Imai <tomoki.imai> |
| Component: | WebKit Process Model | Assignee: | 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 | ||
Tomoki Imai
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tomoki Imai
Pull request: https://github.com/WebKit/WebKit/pull/14946
EWS
Committed 265141@main (5ed9bdc27e15): <https://commits.webkit.org/265141@main>
Reviewed commits have been landed. Closing PR #14946 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/110756306>