Title: [192446] trunk/Source/WebKit2
Revision
192446
Author
joep...@webkit.org
Date
2015-11-13 15:47:01 -0800 (Fri, 13 Nov 2015)

Log Message

Follow-up to r192437. Add availability macros.

Reviewed by Tim Horton.

* UIProcess/API/Cocoa/WKWebViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (192445 => 192446)


--- trunk/Source/WebKit2/ChangeLog	2015-11-13 23:37:39 UTC (rev 192445)
+++ trunk/Source/WebKit2/ChangeLog	2015-11-13 23:47:01 UTC (rev 192446)
@@ -1,3 +1,11 @@
+2015-11-13  Joseph Pecoraro  <pecor...@apple.com>
+
+        Follow-up to r192437. Add availability macros.
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/API/Cocoa/WKWebViewPrivate.h:
+
 2015-11-13  Anders Carlsson  <ander...@apple.com>
 
         Add identifier strings for a bunch of context menu items

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h (192445 => 192446)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h	2015-11-13 23:37:39 UTC (rev 192445)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h	2015-11-13 23:47:01 UTC (rev 192446)
@@ -97,7 +97,7 @@
 - (WKNavigation *)_restoreSessionState:(_WKSessionState *)sessionState andNavigate:(BOOL)navigate;
 
 @property (nonatomic, setter=_setAllowsRemoteInspection:) BOOL _allowsRemoteInspection;
-@property (nonatomic, copy, setter=_setRemoteInspectionNameOverride:) NSString *_remoteInspectionNameOverride;
+@property (nonatomic, copy, setter=_setRemoteInspectionNameOverride:) NSString *_remoteInspectionNameOverride WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
 
 @property (nonatomic, setter=_setAddsVisitedLinks:) BOOL _addsVisitedLinks;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to