Title: [147595] trunk/Source/WTF
Revision
147595
Author
psola...@apple.com
Date
2013-04-03 16:16:47 -0700 (Wed, 03 Apr 2013)

Log Message

Enable HAVE_MADV_FREE_REUSE on iOS
https://bugs.webkit.org/show_bug.cgi?id=113892
<rdar://problem/12787563>

Reviewed by Mark Rowe.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (147594 => 147595)


--- trunk/Source/WTF/ChangeLog	2013-04-03 22:58:32 UTC (rev 147594)
+++ trunk/Source/WTF/ChangeLog	2013-04-03 23:16:47 UTC (rev 147595)
@@ -1,3 +1,13 @@
+2013-04-03  Pratik Solanki  <psola...@apple.com>
+
+        Enable HAVE_MADV_FREE_REUSE on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=113892
+        <rdar://problem/12787563>
+
+        Reviewed by Mark Rowe.
+
+        * wtf/Platform.h:
+
 2013-04-02  Ryosuke Niwa  <rn...@webkit.org>
 
         Remove code for Mac 10.5 and earlier from WTF and WebKit2

Modified: trunk/Source/WTF/wtf/Platform.h (147594 => 147595)


--- trunk/Source/WTF/wtf/Platform.h	2013-04-03 22:58:32 UTC (rev 147594)
+++ trunk/Source/WTF/wtf/Platform.h	2013-04-03 23:16:47 UTC (rev 147595)
@@ -666,6 +666,7 @@
 
 #define HAVE_DISPATCH_H 1
 #define HAVE_MADV_FREE 1
+#define HAVE_MADV_FREE_REUSE 1
 #define HAVE_MERGESORT 1
 #define HAVE_PTHREAD_SETNAME_NP 1
 #define HAVE_SYS_TIMEB_H 1
@@ -673,7 +674,6 @@
 
 #if !PLATFORM(IOS)
 #define HAVE_HOSTED_CORE_ANIMATION 1
-#define HAVE_MADV_FREE_REUSE 1
 #endif /* !PLATFORM(IOS) */
 
 #endif /* OS(DARWIN) */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to