Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
index 0d585a93bae53c80d4b4461e8435c9b4a082d02c..d1694840a858ca62db070766c915320018d1a0c6 100644 |
--- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
@@ -28,7 +28,7 @@ KURL PreloadRequest::completeURL(Document* document) { |
} |
Resource* PreloadRequest::start(Document* document) { |
- ASSERT(isMainThread()); |
+ DCHECK(isMainThread()); |
FetchInitiatorInfo initiatorInfo; |
initiatorInfo.name = AtomicString(m_initiatorName); |