| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| index c3ad800e810459a338fe16444bad878dd48d51ef..e244fa8db464853120de7fb2a64975f3452a8afc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -74,8 +74,8 @@ public:
|
|
|
| void setIgnoreOverflowClip()
|
| {
|
| - ASSERT(!usesCache() || m_cacheSlot == PaintingClipRects);
|
| - ASSERT(respectOverflowClip == RespectOverflowClip);
|
| + DCHECK(!usesCache() || m_cacheSlot == PaintingClipRects);
|
| + DCHECK(respectOverflowClip == RespectOverflowClip);
|
| if (usesCache())
|
| m_cacheSlot = PaintingClipRectsIgnoringOverflowClip;
|
| respectOverflowClip = IgnoreOverflowClip;
|
|
|