Bug 269716

Summary: [LibWebRTC] Build error due to duplicated function 'fromStdString'
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Diego Pino
Reported 2024-02-19 08:48:56 PST
WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 bot is failing with the following error: ``` ../../../Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:429:22: error: redefinition of ‘WTF::String WebCore::fromStdString(const string&)’ 429 | static inline String fromStdString(const std::string& value) | ^~~~~~~~~~~~~ In file included from ../../../Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCLogSink.cpp:30, from WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-66.cpp:2: ../../../Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.h:78:15: note: ‘WTF::String WebCore::fromStdString(const string&)’ previously defined here 78 | inline String fromStdString(const std::string& value) | ^~~~~~~~~~~~~ ``` It seems this function is duplicated.
Attachments
Diego Pino
Comment 1 2024-02-19 08:50:01 PST
Radar WebKit Bug Importer
Comment 2 2024-02-26 08:49:12 PST
Diego Pino
Comment 3 2024-07-10 22:37:36 PDT
*** This bug has been marked as a duplicate of bug 269707 ***
Note You need to log in before you can comment on or make changes to this bug.