Bug 238683 - Fix build break after r292225 for Playstation.
Summary: Fix build break after r292225 for Playstation.
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-04-01 13:36 PDT by Jigen Zhou
Modified: 2022-04-01 18:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.05 KB, patch)
2022-04-01 14:06 PDT, Jigen Zhou
no flags Details | Formatted Diff | Diff
Patch (1.05 KB, patch)
2022-04-01 14:23 PDT, Jigen Zhou
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jigen Zhou 2022-04-01 13:36:06 PDT
The following errors occur for Playstation build after r292225:

C:/work/webkit/jenkins/neko/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp:143:12: error: member access into incomplete type 'IPC::Encoder'
    encoder.addAttachment(Attachment(duplicate));
           ^
C:/work/webkit/jenkins/neko/Source/WebKit/Platform/IPC\IPCSemaphore.h:42:7: note: forward declaration of 'IPC::Encoder'
class Encoder;
      ^
C:/work/webkit/jenkins/neko/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp:148:30: error: member access into incomplete type 'IPC::Decoder'
    auto attachment = decoder.takeLastAttachment();
                             ^
C:/work/webkit/jenkins/neko/Source/WebKit/Platform/IPC\IPCSemaphore.h:41:7: note: forward declaration of 'IPC::Decoder'
class Decoder;
      ^
2 errors generated.
Comment 1 Jigen Zhou 2022-04-01 14:06:10 PDT
Created attachment 456399 [details]
Patch
Comment 2 Jigen Zhou 2022-04-01 14:23:53 PDT
Created attachment 456403 [details]
Patch
Comment 3 EWS 2022-04-01 18:19:40 PDT
Committed r292248 (249146@main): <https://commits.webkit.org/249146@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 456403 [details].
Comment 4 Radar WebKit Bug Importer 2022-04-01 18:20:19 PDT
<rdar://problem/91190868>