Title: [293279] trunk/Source
- Revision
- 293279
- Author
- dp...@igalia.com
- Date
- 2022-04-22 19:23:36 -0700 (Fri, 22 Apr 2022)
Log Message
Unreviewed, non-unified build fixes after r293203
Source/_javascript_Core:
* jit/ScratchRegisterAllocator.h:
Source/WebCore:
* page/PageConfiguration.h:
Source/WTF:
* wtf/RobinHoodHashTable.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (293278 => 293279)
--- trunk/Source/_javascript_Core/ChangeLog 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/_javascript_Core/ChangeLog 2022-04-23 02:23:36 UTC (rev 293279)
@@ -1,3 +1,9 @@
+2022-04-22 Diego Pino Garcia <dp...@igalia.com>
+
+ Unreviewed, non-unified build fixes after r293203
+
+ * jit/ScratchRegisterAllocator.h:
+
2022-04-22 Dmitry Bezhetskov <dbezhets...@igalia.com>
[Refactoring] Reduce number of const and reinterpret casts
Modified: trunk/Source/_javascript_Core/jit/ScratchRegisterAllocator.h (293278 => 293279)
--- trunk/Source/_javascript_Core/jit/ScratchRegisterAllocator.h 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/_javascript_Core/jit/ScratchRegisterAllocator.h 2022-04-23 02:23:36 UTC (rev 293279)
@@ -27,6 +27,7 @@
#if ENABLE(JIT)
+#include "FPRInfo.h"
#include "RegisterSet.h"
namespace JSC {
Modified: trunk/Source/WTF/ChangeLog (293278 => 293279)
--- trunk/Source/WTF/ChangeLog 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/WTF/ChangeLog 2022-04-23 02:23:36 UTC (rev 293279)
@@ -1,3 +1,9 @@
+2022-04-22 Diego Pino Garcia <dp...@igalia.com>
+
+ Unreviewed, non-unified build fixes after r293203
+
+ * wtf/RobinHoodHashTable.h:
+
2022-04-22 Alan Bujtas <za...@apple.com>
[LFC][Integration] Add FlexFormattingContextIntegrationEnabled setting
Modified: trunk/Source/WTF/wtf/RobinHoodHashTable.h (293278 => 293279)
--- trunk/Source/WTF/wtf/RobinHoodHashTable.h 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/WTF/wtf/RobinHoodHashTable.h 2022-04-23 02:23:36 UTC (rev 293279)
@@ -52,6 +52,7 @@
#pragma once
#include <wtf/HashTable.h>
+#include <wtf/text/StringHash.h>
namespace WTF {
Modified: trunk/Source/WebCore/ChangeLog (293278 => 293279)
--- trunk/Source/WebCore/ChangeLog 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/WebCore/ChangeLog 2022-04-23 02:23:36 UTC (rev 293279)
@@ -1,3 +1,9 @@
+2022-04-22 Diego Pino Garcia <dp...@igalia.com>
+
+ Unreviewed, non-unified build fixes after r293203
+
+ * page/PageConfiguration.h:
+
2022-04-22 Alex Christensen <achristen...@webkit.org>
Reduce sizeof(CSSNumericType)
Modified: trunk/Source/WebCore/page/PageConfiguration.h (293278 => 293279)
--- trunk/Source/WebCore/page/PageConfiguration.h 2022-04-23 02:15:14 UTC (rev 293278)
+++ trunk/Source/WebCore/page/PageConfiguration.h 2022-04-23 02:23:36 UTC (rev 293279)
@@ -32,6 +32,7 @@
#include <wtf/HashSet.h>
#include <wtf/Noncopyable.h>
#include <wtf/RefPtr.h>
+#include <wtf/RobinHoodHashSet.h>
#include <wtf/UniqueRef.h>
#include <wtf/Vector.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes