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

Unified Diff: media/base/clock.cc

Issue 9225001: Remove two static initializers (media/base/{buffers,media_log}.cc) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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: media/base/clock.cc
diff --git a/media/base/clock.cc b/media/base/clock.cc
index aaa0c13e90741116039b8af04da6989260977a59..4cdc021780e73306afc5143f2361597b3d195c52 100644
--- a/media/base/clock.cc
+++ b/media/base/clock.cc
@@ -46,7 +46,7 @@ void Clock::SetPlaybackRate(float playback_rate) {
}
void Clock::SetTime(const base::TimeDelta& time) {
- if (time == kNoTimestamp) {
+ if (time == kNoTimestamp()) {
NOTREACHED();
return;
}
« no previous file with comments | « media/base/buffers.cc ('k') | media/base/media_log.cc » ('j') | media/base/media_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698