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