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

Unified Diff: third_party/WebKit/Source/core/html/track/TrackListBase.h

Issue 2003543002: media/track: 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 comments 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/track/TrackListBase.h
diff --git a/third_party/WebKit/Source/core/html/track/TrackListBase.h b/third_party/WebKit/Source/core/html/track/TrackListBase.h
index 9501b826bfd9db27659ddddb971188c25ba44b2a..778fd6133fee2ece7c59b0ad0c842401c76c0181 100644
--- a/third_party/WebKit/Source/core/html/track/TrackListBase.h
+++ b/third_party/WebKit/Source/core/html/track/TrackListBase.h
@@ -73,7 +73,7 @@ public:
m_tracks.remove(i);
return;
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void removeAll()
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TrackEvent.cpp ('k') | third_party/WebKit/Source/core/html/track/VideoTrackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698