Title: [222593] trunk/Source/WTF
- Revision
- 222593
- Author
- [email protected]
- Date
- 2017-09-27 18:29:14 -0700 (Wed, 27 Sep 2017)
Log Message
[Win64] Compile error, 'BasePtrs' is undefined.
https://bugs.webkit.org/show_bug.cgi?id=177565
Reviewed by Mark Lam.
Copy definition of 'BasePtrs' from bmalloc/GigaCage.h.
* wtf/Gigacage.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (222592 => 222593)
--- trunk/Source/WTF/ChangeLog 2017-09-28 00:50:49 UTC (rev 222592)
+++ trunk/Source/WTF/ChangeLog 2017-09-28 01:29:14 UTC (rev 222593)
@@ -1,3 +1,14 @@
+2017-09-27 Per Arne Vollan <[email protected]>
+
+ [Win64] Compile error, 'BasePtrs' is undefined.
+ https://bugs.webkit.org/show_bug.cgi?id=177565
+
+ Reviewed by Mark Lam.
+
+ Copy definition of 'BasePtrs' from bmalloc/GigaCage.h.
+
+ * wtf/Gigacage.h:
+
2017-09-26 Said Abou-Hallawa <[email protected]>
Followup (r222427): SynchronizedFixedQueue should not have a public constructor
Modified: trunk/Source/WTF/wtf/Gigacage.h (222592 => 222593)
--- trunk/Source/WTF/wtf/Gigacage.h 2017-09-28 00:50:49 UTC (rev 222592)
+++ trunk/Source/WTF/wtf/Gigacage.h 2017-09-28 01:29:14 UTC (rev 222593)
@@ -38,6 +38,12 @@
namespace Gigacage {
+struct BasePtrs {
+ void* primitive;
+ void* jsValue;
+ void* string;
+};
+
enum Kind {
Primitive,
JSValue,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes