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