Index: cc/VideoLayerChromium.cpp |
diff --git a/cc/VideoLayerChromium.cpp b/cc/VideoLayerChromium.cpp |
index 03ecbca12aea7a4ca1c4522d7fb22f9f36c2dd21..120cc6a45921df8e2f6645148ec2bfe7cebc923e 100644 |
--- a/cc/VideoLayerChromium.cpp |
+++ b/cc/VideoLayerChromium.cpp |
@@ -20,7 +20,7 @@ VideoLayerChromium::VideoLayerChromium(WebKit::WebVideoFrameProvider* provider) |
: LayerChromium() |
, m_provider(provider) |
{ |
- ASSERT(m_provider); |
+ DCHECK(m_provider); |
} |
VideoLayerChromium::~VideoLayerChromium() |