Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa8e2cc27f45d0aa8ca3f7f42475c63f183f9c72
https://github.com/WebKit/WebKit/commit/fa8e2cc27f45d0aa8ca3f7f42475c63f183f9c72
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc
Log Message:
-----------
Unreviewed libwebrtc build fix after 271863@main
Unreviewed, fix the following build error in libwebrtc:
```
error: implicit capture of 'this' with a capture default of '=' is deprecated
[-Werror,-Wdeprecated-this-capture]
83 | [=] { return SetLocalDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:83:10:
note: add an explicit capture of 'this' to capture '*this' by reference
83 | [=] { return SetLocalDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:104:22:
error: implicit capture of 'this' with a capture default of '=' is deprecated
[-Werror,-Wdeprecated-this-capture]
104 | [=] { return SetRemoteDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:104:10:
note: add an explicit capture of 'this' to capture '*this' by reference
104 | [=] { return SetRemoteDescription(type, description); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:375:55:
error: implicit capture of 'this' with a capture default of '=' is deprecated
[-Werror,-Wdeprecated-this-capture]
375 | return network_thread_->BlockingCall([=] { return
RollbackTransports(); });
/Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:375:43:
note: add an explicit capture of 'this' to capture '*this' by reference
375 | return network_thread_->BlockingCall([=] { return
RollbackTransports(); });
```
* Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc:
Canonical link: https://commits.webkit.org/271866@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes