diff options
Diffstat (limited to 'WebKit/win/WebMutableURLRequest.cpp')
| -rw-r--r-- | WebKit/win/WebMutableURLRequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/win/WebMutableURLRequest.cpp b/WebKit/win/WebMutableURLRequest.cpp index e529993..69555c8 100644 --- a/WebKit/win/WebMutableURLRequest.cpp +++ b/WebKit/win/WebMutableURLRequest.cpp @@ -308,7 +308,7 @@ HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setHTTPMethod( HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setHTTPShouldHandleCookies( /* [in] */ BOOL handleCookies) { - m_request.setAllowHTTPCookies(handleCookies); + m_request.setAllowCookies(handleCookies); return S_OK; } |
