--- qt-everywhere-src-6.8.2.old/qtwebengine/src/3rdparty/chromium/third_party/webrtc/api/candidate.h +++ qt-everywhere-src-6.8.2/qtwebengine/src/3rdparty/chromium/third_party/webrtc/api/candidate.h @@ -51,7 +51,7 @@ uint32_t priority, absl::string_view username, absl::string_view password, - absl::string_view type ABSL_ATTRIBUTE_LIFETIME_BOUND, + absl::string_view type, uint32_t generation, absl::string_view foundation, uint16_t network_id = 0, @@ -93,7 +93,7 @@ // cricket::LOCAL_PORT_TYPE). The type should really be an enum rather than a // string, but until we make that change the lifetime attribute helps us lock // things down. See also the `Port` class. - void set_type(absl::string_view type ABSL_ATTRIBUTE_LIFETIME_BOUND) { + void set_type(absl::string_view type) { Assign(type_, type); } ==== end of patch ====