Skip to content

Commit

Permalink
[Playstation] Fix build break after 257982@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=249489

Reviewed by Don Olmstead.

Updated PlayStation code for the changes in WebProcess methods.

Canonical link: https://commits.webkit.org/258019@main
  • Loading branch information
jigenzhou authored and donny-dont committed Dec 16, 2022
1 parent 18dc72d commit a74bfdb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -53,15 +53,15 @@ void WebProcess::platformSetCacheModel(CacheModel)
{
}

void WebProcess::grantAccessToAssetServices(WebKit::SandboxExtension::Handle&&)
void WebProcess::grantAccessToAssetServices(Vector<WebKit::SandboxExtension::Handle>&&)
{
}

void WebProcess::revokeAccessToAssetServices()
{
}

void WebProcess::switchFromStaticFontRegistryToUserFontRegistry(WebKit::SandboxExtension::Handle&&)
void WebProcess::switchFromStaticFontRegistryToUserFontRegistry(Vector<WebKit::SandboxExtension::Handle>&&)
{
}

Expand Down

0 comments on commit a74bfdb

Please sign in to comment.