Title: [201483] trunk/Source/WTF
Revision
201483
Author
[email protected]
Date
2016-05-28 09:33:00 -0700 (Sat, 28 May 2016)

Log Message

Build fix for projects that include MainThread.h without including FastMalloc.h.

* wtf/NoncopyableFunction.h: Include FastMalloc.h from here.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (201482 => 201483)


--- trunk/Source/WTF/ChangeLog	2016-05-28 05:51:42 UTC (rev 201482)
+++ trunk/Source/WTF/ChangeLog	2016-05-28 16:33:00 UTC (rev 201483)
@@ -1,3 +1,9 @@
+2016-05-28  Dan Bernstein  <[email protected]>
+
+        Build fix for projects that include MainThread.h without including FastMalloc.h.
+
+        * wtf/NoncopyableFunction.h: Include FastMalloc.h from here.
+
 2016-05-27  Chris Dumez  <[email protected]>
 
         callOnMainThread() should not copy captured lambda variables

Modified: trunk/Source/WTF/wtf/NoncopyableFunction.h (201482 => 201483)


--- trunk/Source/WTF/wtf/NoncopyableFunction.h	2016-05-28 05:51:42 UTC (rev 201482)
+++ trunk/Source/WTF/wtf/NoncopyableFunction.h	2016-05-28 16:33:00 UTC (rev 201483)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include <memory>
+#include <wtf/FastMalloc.h>
 
 namespace WTF {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to