summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2016-09-25 08:54:09 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-09-25 08:54:09 +0000
commit91679cda526857bd915c646d171f018ba86469f4 (patch)
treed2000a628b669b71545a48ec9445181d59015871 /src/core
parenta4c0485bdfae3b4aac979e86b5e62f4da589e1a7 (diff)
parent712c1078dc8008445b95e09611f10670ae3d307f (diff)
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
Diffstat (limited to 'src/core')
-rw-r--r--src/core/resource_dispatcher_host_delegate_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/resource_dispatcher_host_delegate_qt.h b/src/core/resource_dispatcher_host_delegate_qt.h
index 6481c6438..90797dbbf 100644
--- a/src/core/resource_dispatcher_host_delegate_qt.h
+++ b/src/core/resource_dispatcher_host_delegate_qt.h
@@ -76,7 +76,7 @@ private:
int m_renderProcessId;
int m_renderFrameId;
- net::AuthChallengeInfo *m_authInfo;
+ scoped_refptr<net::AuthChallengeInfo> m_authInfo;
// The request that wants login data.
// Must only be accessed on the IO thread.