Title: [87154] trunk/Source/WebKit2
Revision
87154
Author
[email protected]
Date
2011-05-24 08:39:49 -0700 (Tue, 24 May 2011)

Log Message

Build fix after r87153

* WebProcess/mac/SecItemShimMethods.mm: Don't compile this code on SnowLeopard.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87153 => 87154)


--- trunk/Source/WebKit2/ChangeLog	2011-05-24 15:31:27 UTC (rev 87153)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-24 15:39:49 UTC (rev 87154)
@@ -1,3 +1,9 @@
+2011-05-24  Brady Eidson  <[email protected]>
+
+        Build fix after r87153
+
+        * WebProcess/mac/SecItemShimMethods.mm: Don't compile this code on SnowLeopard.
+
 2011-05-23  Brady Eidson  <[email protected]>
 
         Reviewed by Sam Weinig.

Modified: trunk/Source/WebKit2/WebProcess/mac/SecItemShimMethods.mm (87153 => 87154)


--- trunk/Source/WebKit2/WebProcess/mac/SecItemShimMethods.mm	2011-05-24 15:31:27 UTC (rev 87153)
+++ trunk/Source/WebKit2/WebProcess/mac/SecItemShimMethods.mm	2011-05-24 15:39:49 UTC (rev 87154)
@@ -25,6 +25,8 @@
 #import "config.h"
 #import "SecItemShimMethods.h"
 
+#if !defined(BUILDING_ON_SNOW_LEOPARD)
+
 #import "SecItemRequestData.h"
 #import "SecItemResponseData.h"
 #import "WebProcess.h"
@@ -168,3 +170,5 @@
 }
 
 } // namespace WebKit
+
+#endif // !BUILDING_ON_SNOW_LEOPARD
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to