Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
index e2d725c79fe3c7882350c894e3b192c413ed5679..6a6273e9f5af05e6eb2754cb73bb19cdfa1b55fb 100644 |
--- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
+++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
@@ -71,7 +71,7 @@ class PLATFORM_EXPORT WebThreadSupportingGC final { |
void Shutdown(); |
WebThread& PlatformThread() const { |
- ASSERT(thread_); |
+ DCHECK(thread_); |
return *thread_; |
} |