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