Index: Source/core/rendering/RenderLayerScrollableArea.cpp |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp |
index b1af6456a1582cb1d4219292c8a822aee0578f50..b2b5431445329381ceeca7c8aa7fbf0db18d11ad 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.cpp |
+++ b/Source/core/rendering/RenderLayerScrollableArea.cpp |
@@ -1491,6 +1491,7 @@ bool RenderLayerScrollableArea::usesCompositedScrolling() const |
if (m_box && (m_box->isIntristicallyScrollable(VerticalScrollbar) || m_box->isIntristicallyScrollable(HorizontalScrollbar))) |
return false; |
+ DisableCompositingQueryAsserts disabler; |
return m_box->hasCompositedLayerMapping() && m_box->compositedLayerMapping()->scrollingLayer(); |
} |