Title: [185049] trunk/Source/WebCore
Revision
185049
Author
[email protected]
Date
2015-05-31 18:27:16 -0700 (Sun, 31 May 2015)

Log Message

Remove Panther support
https://bugs.webkit.org/show_bug.cgi?id=145506

Reviewed by Sam Weinig.

* platform/ios/wak/WAKAppKitStubs.h: Don't check for pre-Tiger SDKs.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185048 => 185049)


--- trunk/Source/WebCore/ChangeLog	2015-06-01 01:24:24 UTC (rev 185048)
+++ trunk/Source/WebCore/ChangeLog	2015-06-01 01:27:16 UTC (rev 185049)
@@ -1,3 +1,12 @@
+2015-05-31  Dan Bernstein  <[email protected]>
+
+        Remove Panther support
+        https://bugs.webkit.org/show_bug.cgi?id=145506
+
+        Reviewed by Sam Weinig.
+
+        * platform/ios/wak/WAKAppKitStubs.h: Don't check for pre-Tiger SDKs.
+
 2015-05-31  Carlos Alberto Lopez Perez  <[email protected]>
 
         Remove unused variable kZoomTicks.

Modified: trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h (185048 => 185049)


--- trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h	2015-06-01 01:24:24 UTC (rev 185048)
+++ trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h	2015-06-01 01:27:16 UTC (rev 185049)
@@ -162,15 +162,11 @@
     NSNumericPadKeyMask = 1 << 21,
     NSHelpKeyMask =       1 << 22,
     NSFunctionKeyMask =   1 << 23,
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
     NSDeviceIndependentModifierFlagsMask = 0xffff0000U
-#endif
 };
 
 typedef enum _WKWritingDirection {
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
     WKWritingDirectionNatural     = -1, /* Determines direction using the Unicode Bidi Algorithm rules P2 and P3 */
-#endif /* MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 */
     WKWritingDirectionLeftToRight = 0,  /* Left to right writing direction */
     WKWritingDirectionRightToLeft       /* Right to left writing direction */
 } WKWritingDirection;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to