Title: [285396] trunk/Source/WebCore
- Revision
- 285396
- Author
- [email protected]
- Date
- 2021-11-07 14:16:43 -0800 (Sun, 07 Nov 2021)
Log Message
Non-unified build fixes, early November 2021 edition take two
https://bugs.webkit.org/show_bug.cgi?id=232801
Unreviewed non-unified build fixes.
* Modules/WebGPU/GPUColorWrite.h:
* Modules/WebGPU/GPUSupportedLimits.h:
* Modules/WebGPU/GPUValidationError.h:
* css/parser/CSSParserIdioms.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (285395 => 285396)
--- trunk/Source/WebCore/ChangeLog 2021-11-07 21:29:11 UTC (rev 285395)
+++ trunk/Source/WebCore/ChangeLog 2021-11-07 22:16:43 UTC (rev 285396)
@@ -1,3 +1,15 @@
+2021-11-07 Don Olmstead <[email protected]>
+
+ Non-unified build fixes, early November 2021 edition take two
+ https://bugs.webkit.org/show_bug.cgi?id=232801
+
+ Unreviewed non-unified build fixes.
+
+ * Modules/WebGPU/GPUColorWrite.h:
+ * Modules/WebGPU/GPUSupportedLimits.h:
+ * Modules/WebGPU/GPUValidationError.h:
+ * css/parser/CSSParserIdioms.h:
+
2021-11-07 Antti Koivisto <[email protected]>
Pass MatchedProperties PropertyCascade setters
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUColorWrite.h (285395 => 285396)
--- trunk/Source/WebCore/Modules/WebGPU/GPUColorWrite.h 2021-11-07 21:29:11 UTC (rev 285395)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUColorWrite.h 2021-11-07 22:16:43 UTC (rev 285396)
@@ -29,6 +29,7 @@
#include "GPUBlendOperation.h"
#include "GPUIntegralTypes.h"
#include <cstdint>
+#include <wtf/RefCounted.h>
namespace WebCore {
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUSupportedLimits.h (285395 => 285396)
--- trunk/Source/WebCore/Modules/WebGPU/GPUSupportedLimits.h 2021-11-07 21:29:11 UTC (rev 285395)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUSupportedLimits.h 2021-11-07 22:16:43 UTC (rev 285396)
@@ -26,6 +26,7 @@
#pragma once
#include <cstdint>
+#include <wtf/Ref.h>
#include <wtf/RefCounted.h>
namespace WebCore {
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUValidationError.h (285395 => 285396)
--- trunk/Source/WebCore/Modules/WebGPU/GPUValidationError.h 2021-11-07 21:29:11 UTC (rev 285395)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUValidationError.h 2021-11-07 22:16:43 UTC (rev 285396)
@@ -27,6 +27,7 @@
#include <wtf/Ref.h>
#include <wtf/RefCounted.h>
+#include <wtf/text/WTFString.h>
namespace WebCore {
Modified: trunk/Source/WebCore/css/parser/CSSParserIdioms.h (285395 => 285396)
--- trunk/Source/WebCore/css/parser/CSSParserIdioms.h 2021-11-07 21:29:11 UTC (rev 285395)
+++ trunk/Source/WebCore/css/parser/CSSParserIdioms.h 2021-11-07 22:16:43 UTC (rev 285396)
@@ -32,6 +32,7 @@
#pragma once
#include "CSSParserContext.h"
+#include "CSSValueKeywords.h"
#include <wtf/ASCIICType.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes