Title: [89790] trunk/Source
Revision
89790
Author
[email protected]
Date
2011-06-26 23:50:04 -0700 (Sun, 26 Jun 2011)

Log Message

Use a separate file name for Lion's WebKitSystemInterface.

Reviewed by Dan Bernstein.

Source/WebKit/mac:

* Configurations/DebugRelease.xcconfig:

Source/WebKit2:

* Configurations/DebugRelease.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (89789 => 89790)


--- trunk/Source/WebKit/mac/ChangeLog	2011-06-27 06:49:16 UTC (rev 89789)
+++ trunk/Source/WebKit/mac/ChangeLog	2011-06-27 06:50:04 UTC (rev 89790)
@@ -1,3 +1,11 @@
+2011-06-26  Mark Rowe  <[email protected]>
+
+        Reviewed by Dan Bernstein.
+
+        Use a separate file name for Lion's WebKitSystemInterface.
+
+        * Configurations/DebugRelease.xcconfig:
+
 2011-06-24  Dan Bernstein  <[email protected]>
 
         Reviewed by Anders Carlsson.

Modified: trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig (89789 => 89790)


--- trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2011-06-27 06:49:16 UTC (rev 89789)
+++ trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig	2011-06-27 06:50:04 UTC (rev 89790)
@@ -51,4 +51,4 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1050 = WebKitSystemInterfaceLeopard;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1060 = WebKitSystemInterfaceSnowLeopard;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1070 = WebKitSystemInterfaceSnowLeopard;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1070 = WebKitSystemInterfaceLion;

Modified: trunk/Source/WebKit2/ChangeLog (89789 => 89790)


--- trunk/Source/WebKit2/ChangeLog	2011-06-27 06:49:16 UTC (rev 89789)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-27 06:50:04 UTC (rev 89790)
@@ -1,5 +1,13 @@
 2011-06-26  Mark Rowe  <[email protected]>
 
+        Reviewed by Dan Bernstein.
+
+        Use a separate file name for Lion's WebKitSystemInterface.
+
+        * Configurations/DebugRelease.xcconfig:
+
+2011-06-26  Mark Rowe  <[email protected]>
+
         Rubber-stamped by Maciej Stachowiak.
 
         <rdar://problem/9679221&9679235> Work around an issue with sandbox.h.

Modified: trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig (89789 => 89790)


--- trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2011-06-27 06:49:16 UTC (rev 89789)
+++ trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig	2011-06-27 06:50:04 UTC (rev 89790)
@@ -42,4 +42,4 @@
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_1050 = WebKitSystemInterfaceLeopard;
 WEBKIT_SYSTEM_INTERFACE_LIBRARY_1060 = WebKitSystemInterfaceSnowLeopard;
-WEBKIT_SYSTEM_INTERFACE_LIBRARY_1070 = WebKitSystemInterfaceSnowLeopard;
+WEBKIT_SYSTEM_INTERFACE_LIBRARY_1070 = WebKitSystemInterfaceLion;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to