| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 7efcb1de19bc2510a2d8fdf498145e7b3b390274..9cef9f521aaebfe960903089b3d324f23af5d416 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -1615,8 +1615,6 @@ DeprecatedPaintLayer* DeprecatedPaintLayer::hitTestLayer(DeprecatedPaintLayer* r
|
| const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform,
|
| const HitTestingTransformState* transformState, double* zOffset)
|
| {
|
| - ASSERT(layoutObject()->document().lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
| -
|
| if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant())
|
| return 0;
|
|
|
|
|