| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index be01ab6966ef188e23feed074e686ea0e14a4646..b83489ea45582245ff24b8d027a2e9350bd5e23a 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1731,6 +1731,8 @@ LocalFrame* WebLocalFrameImpl::CreateChildFrame(
|
| new_request.GetResourceRequest().SetCachePolicy(
|
| WebCachePolicy::kBypassingCache);
|
| break;
|
| + case kFrameLoadTypeCount: {
|
| + }
|
| }
|
| }
|
|
|
|
|