Title: [286360] trunk/Source/_javascript_Core
Revision
286360
Author
[email protected]
Date
2021-12-01 04:45:42 -0800 (Wed, 01 Dec 2021)

Log Message

[JSC] Fix potential build break related to StructureID.h
https://bugs.webkit.org/show_bug.cgi?id=233693

Patch by Xan Lopez <[email protected]> on 2021-12-01
Reviewed by Adrian Perez de Castro.

* runtime/StructureID.h: include StdIntExtras.h for CPURegister.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (286359 => 286360)


--- trunk/Source/_javascript_Core/ChangeLog	2021-12-01 12:27:37 UTC (rev 286359)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-12-01 12:45:42 UTC (rev 286360)
@@ -1,5 +1,14 @@
 2021-12-01  Xan Lopez  <[email protected]>
 
+        [JSC] Fix potential build break related to StructureID.h
+        https://bugs.webkit.org/show_bug.cgi?id=233693
+
+        Reviewed by Adrian Perez de Castro.
+
+        * runtime/StructureID.h: include StdIntExtras.h for CPURegister.
+
+2021-12-01  Xan Lopez  <[email protected]>
+
         [JSC] Remove debug print left over from previous patch
         https://bugs.webkit.org/show_bug.cgi?id=233692
 

Modified: trunk/Source/_javascript_Core/runtime/StructureID.h (286359 => 286360)


--- trunk/Source/_javascript_Core/runtime/StructureID.h	2021-12-01 12:27:37 UTC (rev 286359)
+++ trunk/Source/_javascript_Core/runtime/StructureID.h	2021-12-01 12:45:42 UTC (rev 286360)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include "JSCConfig.h"
+#include <wtf/StdIntExtras.h>
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to