Index: net/base/ssl_config_service.cc |
=================================================================== |
--- net/base/ssl_config_service.cc (revision 96390) |
+++ net/base/ssl_config_service.cc (working copy) |
@@ -52,7 +52,7 @@ |
// static |
bool SSLConfigService::IsKnownFalseStartIncompatibleServer( |
const std::string& hostname) { |
- return SSLFalseStartBlacklist::IsMember(hostname); |
+ return SSLFalseStartBlacklist::IsMember(hostname.c_str()); |
} |
static bool g_cached_info_enabled = false; |