mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 05:00:48 +01:00
Windows: Fix x64 compile error (issue #2332)
This commit is contained in:
parent
49a64fa360
commit
7e1e1d0d0a
@ -684,7 +684,7 @@ class RequestServerHandler : public CefServerHandler {
|
||||
|
||||
if (expected_connection_ct_ < 0) {
|
||||
// Default to the assumption of one request per registered URL.
|
||||
SetExpectedRequestCount(data_map_.size());
|
||||
SetExpectedRequestCount(static_cast<int>(data_map_.size()));
|
||||
}
|
||||
|
||||
EXPECT_FALSE(initialized_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user