| Index: cc/tiled_layer_unittest.cc
|
| diff --git a/cc/tiled_layer_unittest.cc b/cc/tiled_layer_unittest.cc
|
| index 10ac1e8bad563034725c4ace30036ee9aeceba8d..ee509464538fa04308a12eb45576b279234e54e5 100644
|
| --- a/cc/tiled_layer_unittest.cc
|
| +++ b/cc/tiled_layer_unittest.cc
|
| @@ -101,7 +101,7 @@ public:
|
| void updateTextures()
|
| {
|
| DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;
|
| - ASSERT(m_queue);
|
| + DCHECK(m_queue);
|
| scoped_ptr<CCTextureUpdateController> updateController =
|
| CCTextureUpdateController::create(
|
| NULL,
|
|
|