[webkit-changes] [WebKit/WebKit] ca99c1: [CSS] Tentative build fix for Ubuntu 2204 build bot
Claudio Saavedra
noreply at github.com
Fri Jan 10 10:10:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ca99c1658f05b53b5378db4d030309a5da2c770f
https://github.com/WebKit/WebKit/commit/ca99c1658f05b53b5378db4d030309a5da2c770f
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M Source/WTF/wtf/Forward.h
M Source/WebCore/css/values/primitives/CSSUnevaluatedCalc.h
M Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.h
Log Message:
-----------
[CSS] Tentative build fix for Ubuntu 2204 build bot
https://bugs.webkit.org/show_bug.cgi?id=285598
Reviewed by Sam Weinig.
The compiler complains about WTF::IsSmartPtr<T> being redefined.
Add a forward-declaration to prevent this and explicitly
add the namespace scope, as it seems that's what confuses
gcc.
* Source/WTF/wtf/Forward.h:
* Source/WebCore/css/values/primitives/CSSUnevaluatedCalc.h:
* Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.h:
Canonical link: https://commits.webkit.org/288716@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list