Index: third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp |
diff --git a/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp b/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp |
index f7b8e61cf21fb8a7db235a9dbf024a404e8ce4aa..c40046e239c05c82e13cdb780ae0cd6ab1fcaa9f 100644 |
--- a/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp |
+++ b/third_party/WebKit/Source/core/layout/FragmentainerIterator.cpp |
@@ -149,7 +149,7 @@ bool FragmentainerIterator::setFragmentainersOfInterest() { |
if (m_endFragmentainerIndex > lastFragmentainerInClipRect) |
m_endFragmentainerIndex = lastFragmentainerInClipRect; |
} |
- DCHECK(m_endFragmentainerIndex >= m_currentFragmentainerIndex); |
+ DCHECK_GE(m_endFragmentainerIndex, m_currentFragmentainerIndex); |
return true; |
} |