| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 20aaac2a27a9aacbea207d8c6de4b1d9bbfce281..35907181dcaf3aac490e7c9d0b5d040935aad765 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1033,6 +1033,9 @@ void FrameView::invalidateTreeIfNeeded()
|
| resetScrollbarDamage();
|
|
|
| m_doFullPaintInvalidation = false;
|
| +#ifndef NDEBUG
|
| + renderView()->assertSubtreeClearedPaintInvalidationState();
|
| +#endif
|
| }
|
|
|
| DocumentLifecycle& FrameView::lifecycle() const
|
|
|