Bug 249681 - [Playstation] Fix build break after 258162@main
Summary: [Playstation] Fix build break after 258162@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jigen Zhou
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-20 15:40 PST by Jigen Zhou
Modified: 2022-12-20 18:09 PST (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 Jigen Zhou 2022-12-20 15:40:48 PST
The reverting of [257982@main] in 258162@main caused compiling errors for PlayStation builds:


C:/work/webkit/jenkins/neko/Source/WebKit/WebProcess/playstation/WebProcessPlayStation.cpp
C:/work/webkit/jenkins/neko/Source/WebKit/WebProcess/playstation/WebProcessPlayStation.cpp:74:18: error: out-of-line definition of 'grantAccessToAssetServices' does not match any declaration in 'WebKit::WebProcess'
void WebProcess::grantAccessToAssetServices(Vector<WebKit::SandboxExtension::Handle>&&)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
C:/work/webkit/jenkins/neko/Source/WebKit/WebProcess/playstation/WebProcessPlayStation.cpp:82:18: error: out-of-line definition of 'switchFromStaticFontRegistryToUserFontRegistry' does not match any declaration in 'WebKit::WebProcess'
void WebProcess::switchFromStaticFontRegistryToUserFontRegistry(Vector<WebKit::SandboxExtension::Handle>&&)

                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2 errors generated.
Comment 1 Jigen Zhou 2022-12-20 16:22:52 PST
Pull request: https://github.com/WebKit/WebKit/pull/7942
Comment 2 EWS 2022-12-20 18:08:28 PST
Committed 258172@main (1b00e984e0a3): <https://commits.webkit.org/258172@main>

Reviewed commits have been landed. Closing PR #7942 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-20 18:09:17 PST
<rdar://problem/103579702>