| Index: cc/texture_copier.cc
|
| diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc
|
| index 3a5e7c5fe93ba52c69aeac25dd7325fcb2e40ed5..73121b846924b51485bbfceffabcbeac2b0dcdc7 100644
|
| --- a/cc/texture_copier.cc
|
| +++ b/cc/texture_copier.cc
|
| @@ -17,7 +17,7 @@ AcceleratedTextureCopier::AcceleratedTextureCopier(WebKit::WebGraphicsContext3D*
|
| : m_context(context)
|
| , m_usingBindUniforms(usingBindUniforms)
|
| {
|
| - DCHECK(m_context);
|
| + ASSERT(m_context);
|
| GLC(m_context, m_fbo = m_context->createFramebuffer());
|
| GLC(m_context, m_positionBuffer = m_context->createBuffer());
|
|
|
|
|