summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebMutableURLRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebMutableURLRequest.cpp')
-rw-r--r--WebKit/win/WebMutableURLRequest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/win/WebMutableURLRequest.cpp b/WebKit/win/WebMutableURLRequest.cpp
index 655b411..02829d7 100644
--- a/WebKit/win/WebMutableURLRequest.cpp
+++ b/WebKit/win/WebMutableURLRequest.cpp
@@ -320,10 +320,10 @@ HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setMainDocumentURL(
}
HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setTimeoutInterval(
- /* [in] */ double /*timeoutInterval*/)
+ /* [in] */ double timeoutInterval)
{
- ASSERT_NOT_REACHED();
- return E_NOTIMPL;
+ m_request.setTimeoutInterval(timeoutInterval);
+ return S_OK;
}
HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setURL(