| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| index c4eb99b5525974ea8a9af8e81e34a693b6d6f097..e587b5492821f8889757b820a417f23df9ff95e0 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -147,6 +147,8 @@ DocumentLoader* EmptyFrameLoaderClient::createDocumentLoader(
|
| const ResourceRequest& request,
|
| const SubstituteData& substituteData,
|
| ClientRedirectPolicy clientRedirectPolicy) {
|
| + DCHECK(frame);
|
| +
|
| return DocumentLoader::create(frame, request, substituteData,
|
| clientRedirectPolicy);
|
| }
|
|
|