| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 5e5f546971396e919d123cdc5962b72e31457211..1cb7eaa902bf23ed81bd1e25fdce15ea2a6bae94 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -244,11 +244,11 @@ void WebEmbeddedWorkerImpl::loadShadowPage()
|
| }
|
|
|
| void WebEmbeddedWorkerImpl::willSendRequest(
|
| - WebLocalFrame* frame, unsigned, WebURLRequest& request,
|
| + WebDataSource* dataSource, unsigned, WebURLRequest& request,
|
| const WebURLResponse& redirectResponse)
|
| {
|
| if (m_networkProvider)
|
| - m_networkProvider->willSendRequest(frame->dataSource(), request);
|
| + m_networkProvider->willSendRequest(dataSource, request);
|
| }
|
|
|
| void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame, bool)
|
|
|