| Index: cc/tree_synchronizer.cc
|
| diff --git a/cc/tree_synchronizer.cc b/cc/tree_synchronizer.cc
|
| index b7e76bbe9ab16d6843bfb26937329c17e35b6233..3590069bf6f012295cb2fb605bbef1eb20a1cdfd 100644
|
| --- a/cc/tree_synchronizer.cc
|
| +++ b/cc/tree_synchronizer.cc
|
| @@ -100,8 +100,8 @@ void TreeSynchronizer::updateScrollbarLayerPointersRecursive(const RawPtrCCLayer
|
| iter = newLayers.find(scrollbarLayer->scrollLayerId());
|
| CCLayerImpl* ccScrollLayerImpl = iter != newLayers.end() ? iter->second : NULL;
|
|
|
| - ASSERT(ccScrollbarLayerImpl);
|
| - ASSERT(ccScrollLayerImpl);
|
| + DCHECK(ccScrollbarLayerImpl);
|
| + DCHECK(ccScrollLayerImpl);
|
|
|
| if (ccScrollbarLayerImpl->orientation() == WebKit::WebScrollbar::Horizontal)
|
| ccScrollLayerImpl->setHorizontalScrollbarLayer(ccScrollbarLayerImpl);
|
|
|