Title: [254411] trunk/Source/WTF
Revision
254411
Author
mmaxfi...@apple.com
Date
2020-01-11 22:57:47 -0800 (Sat, 11 Jan 2020)

Log Message

Fix internal Apple builds after r254389
https://bugs.webkit.org/show_bug.cgi?id=206135

Rubber stamped by Zalan Bujtas.

* wtf/spi/cocoa/NSLocaleSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (254410 => 254411)


--- trunk/Source/WTF/ChangeLog	2020-01-12 04:21:40 UTC (rev 254410)
+++ trunk/Source/WTF/ChangeLog	2020-01-12 06:57:47 UTC (rev 254411)
@@ -1,3 +1,12 @@
+2020-01-11  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix internal Apple builds after r254389
+        https://bugs.webkit.org/show_bug.cgi?id=206135
+
+        Rubber stamped by Zalan Bujtas.
+
+        * wtf/spi/cocoa/NSLocaleSPI.h:
+
 2020-01-11  Sam Weinig  <wei...@apple.com>
 
         Platform.h is out of control Part 1: Split WTF_CPU_* macro definitions out of Platform.h and into a new CPU.h

Modified: trunk/Source/WTF/wtf/spi/cocoa/NSLocaleSPI.h (254410 => 254411)


--- trunk/Source/WTF/wtf/spi/cocoa/NSLocaleSPI.h	2020-01-12 04:21:40 UTC (rev 254410)
+++ trunk/Source/WTF/wtf/spi/cocoa/NSLocaleSPI.h	2020-01-12 06:57:47 UTC (rev 254411)
@@ -25,14 +25,13 @@
 
 #import <Foundation/Foundation.h>
 
-#if PLATFORM(MAC) && USE(APPLE_INTERNAL_SDK)
+#if USE(APPLE_INTERNAL_SDK)
 
 #import <InternationalSupport/NSLocale+InternationalSupportExtensions.h>
 
-#else
+#endif
 
 @interface NSLocale ()
 + (nonnull NSArray<NSString *> *)minimizedLanguagesFromLanguages:(nonnull NSArray<NSString *> *)languages;
 @end
 
-#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to