[webkit-changes] [WebKit/WebKit] eb5c6c: Non-unified build fixes, late September 2022 edition
Adrian Perez
noreply at github.com
Tue Sep 27 00:24:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb5c6c24c1fb429574836c9810130a751c9f8907
https://github.com/WebKit/WebKit/commit/eb5c6c24c1fb429574836c9810130a751c9f8907
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M Source/WebCore/Modules/screen-wake-lock/WakeLock.h
M Source/WebCore/css/CSSFunctionValue.cpp
M Source/WebCore/css/CSSGridLineNamesValue.cpp
M Source/WebCore/css/CSSGridTemplateAreasValue.cpp
M Source/WebCore/css/CSSSubgridValue.cpp
M Source/WebCore/css/CSSUnicodeRangeValue.h
M Source/WebCore/css/query/GenericMediaQueryTypes.h
M Source/WebCore/css/typedom/CSSNumericValue.cpp
M Source/WebCore/css/typedom/numeric/CSSMathMin.cpp
M Source/WebCore/css/typedom/numeric/CSSNumericArray.cpp
M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp
M Source/WebCore/workers/WorkerNotificationClient.cpp
Log Message:
-----------
Non-unified build fixes, late September 2022 edition
Unreviewed non-unified build fixes.
* Source/WebCore/Modules/screen-wake-lock/WakeLock.h: Add missing
wtf/Ref.h header inclusion.
* Source/WebCore/css/CSSFunctionValue.cpp: Add missing
wtf/text/WTFString.h header inclusion.
* Source/WebCore/css/CSSGridLineNamesValue.cpp: Ditto.
* Source/WebCore/css/CSSGridTemplateAreasValue.cpp: Add missing
wtf/text/StringHash.h header inclusion.
* Source/WebCore/css/CSSSubgridValue.cpp: Add missing
wtf/text/WTFString.h header inclusion.
* Source/WebCore/css/CSSUnicodeRangeValue.h: Include
unicode/umachine.h in order to bring the definition of UChar32 and
related types into scope.
* Source/WebCore/css/query/GenericMediaQueryTypes.h: Add missing
wtf/text/AtomString.h header inclusion.
* Source/WebCore/css/typedom/CSSNumericValue.cpp: Add missing
wtf/FixedVector.h header inclusion.
* Source/WebCore/css/typedom/numeric/CSSMathMin.cpp: Ditto.
* Source/WebCore/css/typedom/numeric/CSSNumericArray.cpp: Ditto, and
move header inclusion inside feature guard.
* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp:
Add missing LayoutReplacedBox.h header inclusion.
* Source/WebCore/workers/WorkerNotificationClient.cpp: Add a number of
missing header inclusions and move header inclusions inside feature
guard.
Canonical link: https://commits.webkit.org/254900@main
More information about the webkit-changes
mailing list