Title: [259369] trunk/Source/WebCore/PAL
Revision
259369
Author
timothy_hor...@apple.com
Date
2020-04-01 16:03:30 -0700 (Wed, 01 Apr 2020)

Log Message

Use ManagedConfiguration umbrella instead of including specific headers
https://bugs.webkit.org/show_bug.cgi?id=209884
<rdar://problem/59244126>

Reviewed by Wenson Hsieh.

* pal/spi/ios/ManagedConfigurationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (259368 => 259369)


--- trunk/Source/WebCore/PAL/ChangeLog	2020-04-01 22:50:16 UTC (rev 259368)
+++ trunk/Source/WebCore/PAL/ChangeLog	2020-04-01 23:03:30 UTC (rev 259369)
@@ -1,3 +1,13 @@
+2020-04-01  Tim Horton  <timothy_hor...@apple.com>
+
+        Use ManagedConfiguration umbrella instead of including specific headers
+        https://bugs.webkit.org/show_bug.cgi?id=209884
+        <rdar://problem/59244126>
+
+        Reviewed by Wenson Hsieh.
+
+        * pal/spi/ios/ManagedConfigurationSPI.h:
+
 2020-03-31  Eric Carlson  <eric.carl...@apple.com>
 
         [iPad] Use AVAudioSession to detect AirPlay route changes

Modified: trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h (259368 => 259369)


--- trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h	2020-04-01 22:50:16 UTC (rev 259368)
+++ trunk/Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h	2020-04-01 23:03:30 UTC (rev 259369)
@@ -31,8 +31,7 @@
 // block to make them suitable for C++ use.
 WTF_EXTERN_C_BEGIN
 
-#import <ManagedConfiguration/MCFeatures.h>
-#import <ManagedConfiguration/MCProfileConnection.h>
+#import <ManagedConfiguration/ManagedConfiguration.h>
 
 WTF_EXTERN_C_END
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to