The macOS 10.12 SDK does not know about NSControlStateValue. Apply the same tweak in r226279, but to MiniBrowser
this time.
* MiniBrowser/AppKitCompatibilityDeclarations.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@226281
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2017-12-22 Wenson Hsieh <wenson_hsieh@apple.com>
+ 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 <wenson_hsieh@apple.com>
+
Fix build failures due to using deprecated AppKit symbols
https://bugs.webkit.org/show_bug.cgi?id=181110
<rdar://problem/36162865>
#pragma once
-#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101300
#import <AppKit/AppKit.h>