Index: third_party/WebKit/Source/core/html/track/CueTimeline.h |
diff --git a/third_party/WebKit/Source/core/html/track/CueTimeline.h b/third_party/WebKit/Source/core/html/track/CueTimeline.h |
index c054e47b6bdecd2a30249a4c902db315f57ca711..4a434b2c1173559031dd61b9ae1e3e9b8d3c4689 100644 |
--- a/third_party/WebKit/Source/core/html/track/CueTimeline.h |
+++ b/third_party/WebKit/Source/core/html/track/CueTimeline.h |
@@ -75,7 +75,7 @@ public: |
} |
~TrackDisplayUpdateScope() |
{ |
- ASSERT(m_cueTimeline); |
+ DCHECK(m_cueTimeline); |
m_cueTimeline->endIgnoringUpdateRequests(); |
} |