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 | ||
Jigen Zhou
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jigen Zhou
Pull request: https://github.com/WebKit/WebKit/pull/7942
EWS
Committed 258172@main (1b00e984e0a3): <https://commits.webkit.org/258172@main>
Reviewed commits have been landed. Closing PR #7942 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103579702>