Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp |
index a3cbba2ed81e3defb645f0381390c1177a5771a1..d9989f9c6f0fe90773d464afea17e5281cfd7e57 100644 |
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp |
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp |
@@ -31,7 +31,7 @@ WebLayerTreeViewImplForTesting::WebLayerTreeViewImplForTesting( |
params.task_graph_runner = &task_graph_runner_; |
params.mutator_host = animation_host_.get(); |
layer_tree_host_ = cc::LayerTreeHost::CreateSingleThreaded(this, ¶ms); |
- ASSERT(layer_tree_host_); |
+ DCHECK(layer_tree_host_); |
} |
WebLayerTreeViewImplForTesting::~WebLayerTreeViewImplForTesting() {} |