Index: cc/texture_copier.cc |
diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc |
index a4a5328734661e9fb07e1165363c94359b4605ee..ad2d4206c959af8ac23d460eebfcbfa0653a5a49 100644 |
--- a/cc/texture_copier.cc |
+++ b/cc/texture_copier.cc |
@@ -16,7 +16,7 @@ AcceleratedTextureCopier::AcceleratedTextureCopier(WebKit::WebGraphicsContext3D* |
: m_context(context) |
, m_usingBindUniforms(usingBindUniforms) |
{ |
- ASSERT(m_context); |
+ CC_DCHECK(m_context); |
GLC(m_context, m_fbo = m_context->createFramebuffer()); |
GLC(m_context, m_positionBuffer = m_context->createBuffer()); |