summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-08-26 15:23:41 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-08-30 12:40:51 +0000
commit74b324b8f328e9d241984de6a9c43825fa298aff (patch)
tree62272e94fc37c82a24cd7b6be6b3ae4f70338e8e /src/core
parent327c9b9e0c68550e474d9ffdc21ece6324b5e7a1 (diff)
Update Chromium
Pulls in a security update and updates our sources to match. Change-Id: I06af8eea04426ee9c695e78cce7c9606eb2b4ab1 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/resource_dispatcher_host_delegate_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/resource_dispatcher_host_delegate_qt.cpp b/src/core/resource_dispatcher_host_delegate_qt.cpp
index 73a640207..af8b02e1b 100644
--- a/src/core/resource_dispatcher_host_delegate_qt.cpp
+++ b/src/core/resource_dispatcher_host_delegate_qt.cpp
@@ -92,7 +92,7 @@ QString ResourceDispatcherHostLoginDelegateQt::realm() const
QString ResourceDispatcherHostLoginDelegateQt::host() const
{
- return QString::fromStdString(m_authInfo->challenger.ToString());
+ return QString::fromStdString(m_authInfo->challenger.host());
}
bool ResourceDispatcherHostLoginDelegateQt::isProxy() const