Title: [257555] trunk/Source/WebKit
Revision
257555
Author
[email protected]
Date
2020-02-26 21:17:40 -0800 (Wed, 26 Feb 2020)

Log Message

Annotate mediaType with an availability macro.
https://bugs.webkit.org/show_bug.cgi?id=208284

Reviewed by Alex Christensen.

* UIProcess/API/Cocoa/WKWebView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257554 => 257555)


--- trunk/Source/WebKit/ChangeLog	2020-02-27 04:56:58 UTC (rev 257554)
+++ trunk/Source/WebKit/ChangeLog	2020-02-27 05:17:40 UTC (rev 257555)
@@ -1,3 +1,12 @@
+2020-02-26  Brady Eidson  <[email protected]>
+
+        Annotate mediaType with an availability macro.
+        https://bugs.webkit.org/show_bug.cgi?id=208284
+
+        Reviewed by Alex Christensen.
+
+        * UIProcess/API/Cocoa/WKWebView.h:
+
 2020-02-26  Alex Christensen  <[email protected]>
 
         Remove unused WebsiteDataStore::setSourceApplicationBundleIdentifier

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.h (257554 => 257555)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.h	2020-02-27 04:56:58 UTC (rev 257554)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.h	2020-02-27 05:17:40 UTC (rev 257555)
@@ -387,13 +387,12 @@
  */
 + (BOOL)handlesURLScheme:(NSString *)urlScheme WK_API_AVAILABLE(macos(10.13), ios(11.0));
 
-
 /* @abstract The media type for the WKWebView
  @discussion The value of mediaType will override the normal value of the CSS media property.
  Setting the value to nil will restore the normal value.
  The default value is nil.
 */
-@property (nonatomic, nullable, copy) NSString *mediaType;
+@property (nonatomic, nullable, copy) NSString *mediaType WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
 
 #if !TARGET_OS_IPHONE
 /* @abstract Returns an NSPrintOperation object configured to print the contents of this WKWebView
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to