Index: third_party/WebKit/Source/core/html/HTMLMediaSource.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp b/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp |
index d82cae55c8d98e2eb4458d8994d12a03b0db581b..3a43ac2a80b6030a5af0611684a9055285bf230b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp |
@@ -36,7 +36,7 @@ URLRegistry* HTMLMediaSource::s_registry = 0; |
void HTMLMediaSource::setRegistry(URLRegistry* registry) |
{ |
- ASSERT(!s_registry); |
+ DCHECK(!s_registry); |
s_registry = registry; |
} |