Bug 238683

Summary: Fix build break after r292225 for Playstation.
Product: WebKit Reporter: Jigen Zhou <jigen.zhou>
Component: WebKit Misc.Assignee: Jigen Zhou <jigen.zhou>
Status: RESOLVED FIXED    
Severity: Normal CC: don.olmstead, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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>