Summary: | Migrate to latest libwebrtc AddIceCandidate | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||||||
Component: | WebRTC | Assignee: | youenn fablet <youennf> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | eric.carlson, ews-watchlist, glenn, hta, jer.noble, kkinnunen, philipj, sergio, tommyw, webkit-bug-importer, youennf | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=229877 | ||||||||||
Attachments: |
|
Description
youenn fablet
2021-08-31 01:20:33 PDT
Created attachment 436853 [details]
Patch
Created attachment 436855 [details]
Patch
Created attachment 436875 [details]
Patch
Committed r281981 (241288@main): <https://commits.webkit.org/241288@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436875 [details]. This might have caused linking problems: git grep addIceCandidateFailed Source/WebCore/ChangeLog: (WebCore::PeerConnectionBackend::addIceCandidateFailed): Deleted. ... Source/WebCore/Modules/mediastream/PeerConnectionBackend.h: void addIceCandidateFailed(Exception&&); (In reply to Kimmo Kinnunen from comment #6) > This might have caused linking problems: > > git grep addIceCandidateFailed > > Source/WebCore/ChangeLog: > (WebCore::PeerConnectionBackend::addIceCandidateFailed): Deleted. > ... > Source/WebCore/Modules/mediastream/PeerConnectionBackend.h: void > addIceCandidateFailed(Exception&&); Thanks, will fix shortly. |