Title: [295106] branches/safari-613-branch/Source/WebCore/dom/Document.cpp
- Revision
- 295106
- Author
- repst...@apple.com
- Date
- 2022-06-01 14:59:41 -0700 (Wed, 01 Jun 2022)
Log Message
Unreviewed build fix.
error: no member named 'isResolvingContainerQueries' in 'WebCore::Document'
Modified Paths
Diff
Modified: branches/safari-613-branch/Source/WebCore/dom/Document.cpp (295105 => 295106)
--- branches/safari-613-branch/Source/WebCore/dom/Document.cpp 2022-06-01 21:42:09 UTC (rev 295105)
+++ branches/safari-613-branch/Source/WebCore/dom/Document.cpp 2022-06-01 21:59:41 UTC (rev 295106)
@@ -2148,8 +2148,6 @@
bool Document::updateStyleIfNeeded()
{
- if (topDocument().isResolvingContainerQueries())
- return false;
RefPtr<FrameView> frameView = view();
{
ScriptDisallowedScope::InMainThread scriptDisallowedScope;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes