| Index: cc/texture_copier.cc
|
| diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc
|
| index f60abf6af330f35dcf5c27a418047b12f0aae293..4deb641a5bc7646279f1ef3f1f941bfbd01db9a0 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)
|
| {
|
| - ASSERT(m_context);
|
| + DCHECK(m_context);
|
| GLC(m_context, m_fbo = m_context->createFramebuffer());
|
| GLC(m_context, m_positionBuffer = m_context->createBuffer());
|
|
|
|
|