Title: [217815] trunk/Source/bmalloc
- Revision
- 217815
- Author
- [email protected]
- Date
- 2017-06-05 20:22:19 -0700 (Mon, 05 Jun 2017)
Log Message
Try to fix the GTK build.
Unreviewed.
* bmalloc/List.h:
Modified Paths
Diff
Modified: trunk/Source/bmalloc/ChangeLog (217814 => 217815)
--- trunk/Source/bmalloc/ChangeLog 2017-06-06 02:59:54 UTC (rev 217814)
+++ trunk/Source/bmalloc/ChangeLog 2017-06-06 03:22:19 UTC (rev 217815)
@@ -1,3 +1,11 @@
+2017-06-05 Geoffrey Garen <[email protected]>
+
+ Try to fix the GTK build.
+
+ Unreviewed.
+
+ * bmalloc/List.h:
+
2017-06-02 Geoffrey Garen <[email protected]>
bmalloc: Small and large objects should share memory
Modified: trunk/Source/bmalloc/bmalloc/List.h (217814 => 217815)
--- trunk/Source/bmalloc/bmalloc/List.h 2017-06-06 02:59:54 UTC (rev 217814)
+++ trunk/Source/bmalloc/bmalloc/List.h 2017-06-06 03:22:19 UTC (rev 217815)
@@ -50,7 +50,7 @@
return *this;
}
- ListNode<T>* m_node;
+ ListNode<T>* m_node { };
};
public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes