Title: [88829] trunk/Source/WebCore
Revision
88829
Author
aes...@apple.com
Date
2011-06-14 11:17:21 -0700 (Tue, 14 Jun 2011)

Log Message

2011-06-14  Sheriff Bot  <webkit.review....@gmail.com>

        Unreviewed, rolling out r88823.
        http://trac.webkit.org/changeset/88823
        https://bugs.webkit.org/show_bug.cgi?id=62652

        Broke the Lion build (Requested by estes on #webkit).

        * platform/mac/MemoryPressureHandlerMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88828 => 88829)


--- trunk/Source/WebCore/ChangeLog	2011-06-14 18:16:17 UTC (rev 88828)
+++ trunk/Source/WebCore/ChangeLog	2011-06-14 18:17:21 UTC (rev 88829)
@@ -1,3 +1,13 @@
+2011-06-14  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r88823.
+        http://trac.webkit.org/changeset/88823
+        https://bugs.webkit.org/show_bug.cgi?id=62652
+
+        Broke the Lion build (Requested by estes on #webkit).
+
+        * platform/mac/MemoryPressureHandlerMac.mm:
+
 2011-06-14  Michael Saboff  <msab...@apple.com>
 
         Reviewed by Joseph Pecoraro.

Modified: trunk/Source/WebCore/platform/mac/MemoryPressureHandlerMac.mm (88828 => 88829)


--- trunk/Source/WebCore/platform/mac/MemoryPressureHandlerMac.mm	2011-06-14 18:16:17 UTC (rev 88828)
+++ trunk/Source/WebCore/platform/mac/MemoryPressureHandlerMac.mm	2011-06-14 18:17:21 UTC (rev 88829)
@@ -40,7 +40,7 @@
 DISPATCH_EXPORT const struct dispatch_source_type_s _dispatch_source_type_vm;
 #endif
 
-#ifndef DISPATCH_VM_PRESSURE
+#ifdef DISPATCH_VM_PRESSURE
 enum {
  DISPATCH_VM_PRESSURE = 0x80000000,
 };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to