Index: third_party/WebKit/Source/core/frame/FrameView.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp |
index b70b61105eceb4957c8cb06e00abdc7d45830ecc..467c77cc6f98d9d56dfa44a8f67ac5b40f830982 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -1797,8 +1797,7 @@ void FrameView::clearLayoutSubtreeRootsAndMarkContainingBlocks() |
void FrameView::addOrthogonalWritingModeRoot(LayoutBox& root) |
{ |
- ASSERT(!root.isLayoutFullScreen() && !root.isLayoutFullScreenPlaceholder() |
- && !root.isLayoutScrollbarPart()); |
+ DCHECK(!root.isLayoutScrollbarPart()); |
m_orthogonalWritingModeRootList.add(root); |
} |