Title: [102507] trunk/Source/WebKit2
- Revision
- 102507
- Author
- [email protected]
- Date
- 2011-12-09 18:06:25 -0800 (Fri, 09 Dec 2011)
Log Message
Fix the Snow Leopard build some more.
Move the #if to a location where it will do some good.
* UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (102506 => 102507)
--- trunk/Source/WebKit2/ChangeLog 2011-12-10 01:59:34 UTC (rev 102506)
+++ trunk/Source/WebKit2/ChangeLog 2011-12-10 02:06:25 UTC (rev 102507)
@@ -1,5 +1,13 @@
2011-12-09 Mark Rowe <[email protected]>
+ Fix the Snow Leopard build some more.
+
+ Move the #if to a location where it will do some good.
+
+ * UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm:
+
+2011-12-09 Mark Rowe <[email protected]>
+
Fix the Snow Leopard build.
Wrap some code that is only applicable to Lion and newer in the appropriate #if's.
Modified: trunk/Source/WebKit2/UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm (102506 => 102507)
--- trunk/Source/WebKit2/UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm 2011-12-10 01:59:34 UTC (rev 102506)
+++ trunk/Source/WebKit2/UIProcess/Launcher/mac/DynamicLinkerEnvironmentExtractor.mm 2011-12-10 02:06:25 UTC (rev 102507)
@@ -23,11 +23,11 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef BUILDING_ON_SNOW_LEOPARD
-
#include "config.h"
#include "DynamicLinkerEnvironmentExtractor.h"
+#ifndef BUILDING_ON_SNOW_LEOPARD
+
#include "EnvironmentVariables.h"
#include <mach-o/loader.h>
#include <mach-o/swap.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes