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