Title: [237898] trunk/Source/WebKit
Revision
237898
Author
bb...@apple.com
Date
2018-11-06 15:54:00 -0800 (Tue, 06 Nov 2018)

Log Message

Add missing iOS availability macro to _WKAutomationSessionConfiguration
https://bugs.webkit.org/show_bug.cgi?id=191320

Reviewed by Tim Horton.

* UIProcess/API/Cocoa/_WKAutomationSessionConfiguration.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237897 => 237898)


--- trunk/Source/WebKit/ChangeLog	2018-11-06 23:24:12 UTC (rev 237897)
+++ trunk/Source/WebKit/ChangeLog	2018-11-06 23:54:00 UTC (rev 237898)
@@ -1,3 +1,12 @@
+2018-11-06  Brian Burg  <bb...@apple.com>
+
+        Add missing iOS availability macro to _WKAutomationSessionConfiguration
+        https://bugs.webkit.org/show_bug.cgi?id=191320
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/API/Cocoa/_WKAutomationSessionConfiguration.h:
+
 2018-11-06  John Wilander  <wilan...@apple.com>
 
         Resource Load Statistics: Remove cap on partitioned cache max age if it matches a network reload (redirect-only)

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKAutomationSessionConfiguration.h (237897 => 237898)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKAutomationSessionConfiguration.h	2018-11-06 23:24:12 UTC (rev 237897)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKAutomationSessionConfiguration.h	2018-11-06 23:54:00 UTC (rev 237898)
@@ -31,7 +31,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-WK_CLASS_AVAILABLE(macosx(10.13.4))
+WK_CLASS_AVAILABLE(macosx(10.13.4), ios(WK_IOS_TBA))
 @interface _WKAutomationSessionConfiguration : NSObject <NSCopying>
 
 @property (nonatomic) BOOL allowsInsecureMediaCapture;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to