| 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 1b57d60f0ef6e424500d2c8c1e684e20c94b6417..fa1c443e6d8b8285cd6f237fd3f95d61beb3af31 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -328,7 +328,8 @@ void WebEmbeddedWorkerImpl::loadShadowPage() {
|
| }
|
|
|
| void WebEmbeddedWorkerImpl::willSendRequest(WebLocalFrame* frame,
|
| - WebURLRequest& request) {
|
| + WebURLRequest& request,
|
| + WebFrameLoadType loadType) {
|
| if (m_networkProvider)
|
| m_networkProvider->willSendRequest(frame->dataSource(), request);
|
| }
|
|
|