Bug 249681

Summary: [Playstation] Fix build break after 258162@main
Product: WebKit Reporter: Jigen Zhou <jigen.zhou>
Component: WebKit Misc.Assignee: Jigen Zhou <jigen.zhou>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>