mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 133.0.6886.0 (#1393452)
This commit is contained in:
@@ -494,7 +494,7 @@ CefRefPtr<CefBinaryValue> CefBinaryValue::Create(const void* data,
|
||||
}
|
||||
|
||||
const auto ptr = static_cast<const uint8_t*>(data);
|
||||
return new CefBinaryValueImpl(base::make_span(ptr, data_size));
|
||||
return new CefBinaryValueImpl(base::span(ptr, data_size));
|
||||
}
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user