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 5a001ab09d6f290385e56e6a1218992a7d608fde..12980455ee40f0d33e231a238b9a1644ec2a43b8 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -1778,8 +1778,7 @@ void FrameView::clearLayoutSubtreeRootsAndMarkContainingBlocks() |
void FrameView::addOrthogonalWritingModeRoot(LayoutBox& root) |
{ |
- ASSERT(!root.isLayoutFullScreen() && !root.isLayoutFullScreenPlaceholder() |
- && !root.isLayoutScrollbarPart()); |
+ DCHECK(!root.isLayoutScrollbarPart()); |
m_orthogonalWritingModeRootList.add(root); |
} |