| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index 3c34451ac4cc71c13010316e3f08a189ec7a3103..48d3e1199957cae92c1c7e2687bc8c6d131cbbed 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -1756,7 +1756,7 @@ PaintLayer* PaintLayer::hitTestLayer(PaintLayer* rootLayer, PaintLayer* containe
|
| const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform,
|
| const HitTestingTransformState* transformState, double* zOffset)
|
| {
|
| - ASSERT(layoutObject()->document().lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
| + DCHECK(layoutObject()->document().lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
|
|
| if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant())
|
| return nullptr;
|
|
|