Title: [286292] trunk/Source/WebCore
- Revision
- 286292
- Author
- [email protected]
- Date
- 2021-11-30 06:23:53 -0800 (Tue, 30 Nov 2021)
Log Message
Unreviewed, GTK clang build fix after r286226
* style/RuleFeature.cpp:
(WebCore::Style::RuleFeatureSet::collectFeatures):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (286291 => 286292)
--- trunk/Source/WebCore/ChangeLog 2021-11-30 12:49:19 UTC (rev 286291)
+++ trunk/Source/WebCore/ChangeLog 2021-11-30 14:23:53 UTC (rev 286292)
@@ -1,5 +1,12 @@
2021-11-30 Philippe Normand <[email protected]>
+ Unreviewed, GTK clang build fix after r286226
+
+ * style/RuleFeature.cpp:
+ (WebCore::Style::RuleFeatureSet::collectFeatures):
+
+2021-11-30 Philippe Normand <[email protected]>
+
REGRESSION(r269103): this patch is not EME spec compliant
https://bugs.webkit.org/show_bug.cgi?id=233630
Modified: trunk/Source/WebCore/style/RuleFeature.cpp (286291 => 286292)
--- trunk/Source/WebCore/style/RuleFeature.cpp 2021-11-30 12:49:19 UTC (rev 286291)
+++ trunk/Source/WebCore/style/RuleFeature.cpp 2021-11-30 14:23:53 UTC (rev 286292)
@@ -255,7 +255,7 @@
setUsesMatchElement(matchElement);
- if constexpr (!std::is_same_v<nullptr_t, decltype(hostAffectingNames)>) {
+ if constexpr (!std::is_same_v<std::nullptr_t, decltype(hostAffectingNames)>) {
if (matchElement == MatchElement::Host)
hostAffectingNames->add(name);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes