Title: [208709] trunk/Source/WTF
- Revision
- 208709
- Author
- [email protected]
- Date
- 2016-11-14 14:18:14 -0800 (Mon, 14 Nov 2016)
Log Message
Build fix after r208690.
https://bugs.webkit.org/show_bug.cgi?id=164681
Not reviewed.
* wtf/FastMalloc.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (208708 => 208709)
--- trunk/Source/WTF/ChangeLog 2016-11-14 21:44:38 UTC (rev 208708)
+++ trunk/Source/WTF/ChangeLog 2016-11-14 22:18:14 UTC (rev 208709)
@@ -1,3 +1,12 @@
+2016-11-14 Mark Lam <[email protected]>
+
+ Build fix after r208690.
+ https://bugs.webkit.org/show_bug.cgi?id=164681
+
+ Not reviewed.
+
+ * wtf/FastMalloc.h:
+
2016-11-13 Mark Lam <[email protected]>
Add debugging facility to limit the max single allocation size.
Modified: trunk/Source/WTF/wtf/FastMalloc.h (208708 => 208709)
--- trunk/Source/WTF/wtf/FastMalloc.h 2016-11-14 21:44:38 UTC (rev 208708)
+++ trunk/Source/WTF/wtf/FastMalloc.h 2016-11-14 22:18:14 UTC (rev 208709)
@@ -28,7 +28,7 @@
namespace WTF {
#if !defined(NDEBUG)
-void fastSetMaxSingleAllocationSize(size_t);
+WTF_EXPORT_PRIVATE void fastSetMaxSingleAllocationSize(size_t);
#endif
class TryMallocReturnValue {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes