[Webkit-unassigned] [Bug 238683] New: Fix build break after r292225 for Playstation.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 1 13:36:06 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238683
Bug ID: 238683
Summary: Fix build break after r292225 for Playstation.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jigen.zhou at sony.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220401/a7712aaf/attachment.htm>
More information about the webkit-unassigned
mailing list