Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaSource.cpp

Issue 2001013003: media: Replace wtf/Assertions.h macros in favor of base/logging.h macros" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLTrackElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698