[webkit-changes] [WebKit/WebKit] 3fb602: Non-unified build fixes, mid-January 2023 edition ...

Adrian Perez noreply at github.com
Thu Jan 19 05:34:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3fb602411bd97e628684e1fce773fac7bc66b873
      https://github.com/WebKit/WebKit/commit/3fb602411bd97e628684e1fce773fac7bc66b873
  Author: Adrian Perez de Castro <aperez at igalia.com>
  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




More information about the webkit-changes mailing list