--- chromium-125.0.6422.60/optional.orig 2024-05-20 00:12:50.152306289 +0200 +++ chromium-125.0.6422.60/optional 2024-05-20 00:12:28.041823631 +0200 @@ -474,7 +474,7 @@ constexpr _Tp& _M_get() noexcept { - __glibcxx_assert(this->_M_is_engaged()); + //__glibcxx_assert(this->_M_is_engaged()); return static_cast<_Dp*>(this)->_M_payload._M_get(); }