| 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 6fc8717d8caab3383a4fac4102df96357dff872c..c9d0e5e86c10ec9bc60084f8316f31f792cf51f5 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);
|
| }
|
|
|