Skip to content

Commit

Permalink
Unreviewed build fix.
Browse files Browse the repository at this point in the history
error: no member named 'isResolvingContainerQueries' in 'WebCore::Document'

Canonical link: https://commits.webkit.org/245886.582@safari-613-branch
git-svn-id: https://svn.webkit.org/repository/webkit/branches/safari-613-branch@295106 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
rjepstein committed Jun 1, 2022
1 parent 905f5f3 commit ebce3a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WebCore/dom/Document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2148,8 +2148,6 @@ static bool isSafeToUpdateStyleOrLayout(const Document& document)

bool Document::updateStyleIfNeeded()
{
if (topDocument().isResolvingContainerQueries())
return false;
RefPtr<FrameView> frameView = view();
{
ScriptDisallowedScope::InMainThread scriptDisallowedScope;
Expand Down

0 comments on commit ebce3a6

Please sign in to comment.