| Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| index 3128d7f632741935a7629dae3d3e1502ba904760..edcd3ec90f7784180cec7f3b38b004a54860a3f9 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| @@ -58,8 +58,8 @@ int HTMLResourcePreloader::countPreloads() {
|
|
|
| static void preconnectHost(PreloadRequest* request,
|
| const NetworkHintsInterface& networkHintsInterface) {
|
| - ASSERT(request);
|
| - ASSERT(request->isPreconnect());
|
| + DCHECK(request);
|
| + DCHECK(request->isPreconnect());
|
| KURL host(request->baseURL(), request->resourceURL());
|
| if (!host.isValid() || !host.protocolIsInHTTPFamily())
|
| return;
|
|
|