mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 100.0.4896.0 (#972766)
This commit is contained in:
@ -671,6 +671,5 @@ void CefWindowImpl::CreateWidget() {
|
||||
// The Widget and root View are owned by the native window. Therefore don't
|
||||
// keep an owned reference.
|
||||
std::unique_ptr<views::View> view_ptr = view_util::PassOwnership(this);
|
||||
views::View* view = view_ptr.release();
|
||||
ALLOW_UNUSED_LOCAL(view);
|
||||
[[maybe_unused]] views::View* view = view_ptr.release();
|
||||
}
|
||||
|
Reference in New Issue
Block a user