| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| index 4cbff27502a3318c4a451619494174630770fcd8..d098b1d68149436357913bb77fd3dd311d0be989 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -65,7 +65,7 @@ class GraphicsLayerTest : public testing::Test {
|
| m_clipLayer->platformLayer());
|
| m_platformLayer = m_graphicsLayer->platformLayer();
|
| m_layerTreeView = WTF::wrapUnique(new WebLayerTreeViewImplForTesting);
|
| - ASSERT(m_layerTreeView);
|
| + DCHECK(m_layerTreeView);
|
| m_layerTreeView->setRootLayer(*m_clipLayer->platformLayer());
|
| m_layerTreeView->registerViewportLayers(
|
| m_scrollElasticityLayer->platformLayer(), m_clipLayer->platformLayer(),
|
|
|