Title: [226281] trunk/Tools
Revision
226281
Author
[email protected]
Date
2017-12-22 15:11:20 -0800 (Fri, 22 Dec 2017)

Log Message

Unreviewed, try to fix the Sierra build again after r226277.

The macOS 10.12 SDK does not know about NSControlStateValue. Apply the same tweak in r226279, but to MiniBrowser
this time.

* MiniBrowser/AppKitCompatibilityDeclarations.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (226280 => 226281)


--- trunk/Tools/ChangeLog	2017-12-22 23:05:37 UTC (rev 226280)
+++ trunk/Tools/ChangeLog	2017-12-22 23:11:20 UTC (rev 226281)
@@ -1,5 +1,14 @@
 2017-12-22  Wenson Hsieh  <[email protected]>
 
+        Unreviewed, try to fix the Sierra build again after r226277.
+
+        The macOS 10.12 SDK does not know about NSControlStateValue. Apply the same tweak in r226279, but to MiniBrowser
+        this time.
+
+        * MiniBrowser/AppKitCompatibilityDeclarations.h:
+
+2017-12-22  Wenson Hsieh  <[email protected]>
+
         Fix build failures due to using deprecated AppKit symbols
         https://bugs.webkit.org/show_bug.cgi?id=181110
         <rdar://problem/36162865>

Modified: trunk/Tools/MiniBrowser/AppKitCompatibilityDeclarations.h (226280 => 226281)


--- trunk/Tools/MiniBrowser/AppKitCompatibilityDeclarations.h	2017-12-22 23:05:37 UTC (rev 226280)
+++ trunk/Tools/MiniBrowser/AppKitCompatibilityDeclarations.h	2017-12-22 23:11:20 UTC (rev 226281)
@@ -25,7 +25,7 @@
 
 #pragma once
 
-#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101300
 
 #import <AppKit/AppKit.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to