Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3fb602411bd97e628684e1fce773fac7bc66b873
      
https://github.com/WebKit/WebKit/commit/3fb602411bd97e628684e1fce773fac7bc66b873
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M Source/WebCore/css/CSSBackgroundRepeatValue.cpp
    M Source/WebCore/css/CSSContentDistributionValue.cpp
    M Source/WebCore/css/CSSContentDistributionValue.h
    M Source/WebCore/css/parser/CSSParserContext.cpp
    M Source/WebCore/html/HTMLMetaElement.h

  Log Message:
  -----------
  Non-unified build fixes, mid-January 2023 edition (bis)

Unreviewed non-unified build fixes.

* Source/WebCore/css/CSSBackgroundRepeatValue.cpp: Add missing
  CSSValueKeywords.h and wtf/text/WTFString.h headers.
* Source/WebCore/css/CSSContentDistributionValue.cpp: Ditto.
* Source/WebCore/css/CSSContentDistributionValue.h: Add missing forward
  declaration for CSSValueID.
* Source/WebCore/css/parser/CSSParserContext.cpp: Add missing
  CSSValuePool.h header.
* Source/WebCore/html/HTMLMetaElement.h: Replace forward declaration
  of the Color type by an inclusion of the Color.h header; the full
  definition is needed by the std::optional<> template usage.

Canonical link: https://commits.webkit.org/259079@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to