| 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 d30cd1dc2dd20e0dd7ee2a2b847a4f0f8bf1a46b..4e25636abdec318a832254839db0ae4d84313540 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -313,8 +313,7 @@ void WebEmbeddedWorkerImpl::loadShadowPage()
|
| }
|
|
|
| void WebEmbeddedWorkerImpl::willSendRequest(
|
| - WebLocalFrame* frame, unsigned, WebURLRequest& request,
|
| - const WebURLResponse& redirectResponse)
|
| + WebLocalFrame* frame, WebURLRequest& request)
|
| {
|
| if (m_networkProvider)
|
| m_networkProvider->willSendRequest(frame->dataSource(), request);
|
|
|