diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h')
-rw-r--r-- | Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h b/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h index a429ac510..51379eefb 100644 --- a/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h +++ b/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h @@ -61,6 +61,7 @@ public: WebCredential* proposedCredential() const; WebProtectionSpace* protectionSpace() const; int previousFailureCount() const { return m_coreAuthenticationChallenge.previousFailureCount(); } + const WebCore::AuthenticationChallenge& core() { return m_coreAuthenticationChallenge; } private: AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge&, uint64_t challengeID, WebProcessProxy*); |