Skip to content

Commit

Permalink
[GLIB] Unreviewed, build fix for Ubuntu 22.04 after 258531@main
Browse files Browse the repository at this point in the history
* Source/WebCore/css/parser/CSSParserContext.cpp: method cssPaintingAPIEnabled()
  is only available if CSS_PAINTING_API property is enabled.

Canonical link: https://commits.webkit.org/258541@main
  • Loading branch information
dpino committed Jan 6, 2023
1 parent cc9e0d6 commit 4f63d0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WebCore/css/parser/CSSParserContext.cpp
Expand Up @@ -90,7 +90,9 @@ CSSParserContext::CSSParserContext(const Document& document, const URL& sheetBas
, subgridEnabled { document.settings().subgridEnabled() }
, masonryEnabled { document.settings().masonryEnabled() }
, cssNestingEnabled { document.settings().cssNestingEnabled() }
#if ENABLE(CSS_PAINTING_API)
, cssPaintingAPIEnabled { document.settings().cssPaintingAPIEnabled() }
#endif
, propertySettings { CSSPropertySettings { document.settings() } }
{
}
Expand Down

0 comments on commit 4f63d0e

Please sign in to comment.