| Index: cc/TiledLayerChromiumTest.cpp
|
| diff --git a/cc/TiledLayerChromiumTest.cpp b/cc/TiledLayerChromiumTest.cpp
|
| index 61728a35fbe48c9c707997122bcfc9831a14ac05..70fd87bc2e2da7223fe9b095c5d7004c63b9d4c8 100644
|
| --- a/cc/TiledLayerChromiumTest.cpp
|
| +++ b/cc/TiledLayerChromiumTest.cpp
|
| @@ -100,7 +100,7 @@ public:
|
| void updateTextures()
|
| {
|
| DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;
|
| - ASSERT(m_queue);
|
| + DCHECK(m_queue);
|
| OwnPtr<CCTextureUpdateController> updateController =
|
| CCTextureUpdateController::create(
|
| NULL,
|
|
|