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

Unified Diff: third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp

Issue 2002073002: 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: Rebase and fix test failures 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/modules/mediasource/TrackDefault.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp b/third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp
index f330b23eae8d027d58165c144ac0fb7085b7c7d1..2b629d698896fd5bbb2c504cc608a9ad1c6c3a6f 100644
--- a/third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp
@@ -74,7 +74,7 @@ TrackDefault* TrackDefault::create(const AtomicString& type, const String& langu
}
}
} else {
- ASSERT_NOT_REACHED(); // IDL enforcement should prevent this case.
+ NOTREACHED(); // IDL enforcement should prevent this case.
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698