Title: [222628] tags/Safari-605.1.8/Source/WTF
- Revision
- 222628
- Author
- [email protected]
- Date
- 2017-09-28 13:07:57 -0700 (Thu, 28 Sep 2017)
Log Message
Cherry-pick r222593. rdar://problem/34695516
Modified Paths
Diff
Modified: tags/Safari-605.1.8/Source/WTF/ChangeLog (222627 => 222628)
--- tags/Safari-605.1.8/Source/WTF/ChangeLog 2017-09-28 20:03:07 UTC (rev 222627)
+++ tags/Safari-605.1.8/Source/WTF/ChangeLog 2017-09-28 20:07:57 UTC (rev 222628)
@@ -1,3 +1,18 @@
+2017-09-28 Jason Marcell <[email protected]>
+
+ Cherry-pick r222593. rdar://problem/34695516
+
+ 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: tags/Safari-605.1.8/Source/WTF/wtf/Gigacage.h (222627 => 222628)
--- tags/Safari-605.1.8/Source/WTF/wtf/Gigacage.h 2017-09-28 20:03:07 UTC (rev 222627)
+++ tags/Safari-605.1.8/Source/WTF/wtf/Gigacage.h 2017-09-28 20:07:57 UTC (rev 222628)
@@ -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