Title: [241133] trunk/Source/WebKit
- Revision
- 241133
- Author
- [email protected]
- Date
- 2019-02-07 11:21:15 -0800 (Thu, 07 Feb 2019)
Log Message
Fix internal build after r241127
https://bugs.webkit.org/show_bug.cgi?id=191394
* WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextControllerPrivate.h:
Add some (un)availability macros.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (241132 => 241133)
--- trunk/Source/WebKit/ChangeLog 2019-02-07 19:20:15 UTC (rev 241132)
+++ trunk/Source/WebKit/ChangeLog 2019-02-07 19:21:15 UTC (rev 241133)
@@ -1,3 +1,11 @@
+2019-02-07 Alex Christensen <[email protected]>
+
+ Fix internal build after r241127
+ https://bugs.webkit.org/show_bug.cgi?id=191394
+
+ * WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextControllerPrivate.h:
+ Add some (un)availability macros.
+
2019-02-07 Youenn Fablet <[email protected]>
Make to clear sources from UserMediaCaptureManagerProxy and UserMediaCaptureManager when no longer needed
Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextControllerPrivate.h (241132 => 241133)
--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextControllerPrivate.h 2019-02-07 19:20:15 UTC (rev 241132)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInBrowserContextControllerPrivate.h 2019-02-07 19:21:15 UTC (rev 241133)
@@ -45,7 +45,7 @@
@property (weak, setter=_setFormDelegate:) id <WKWebProcessPlugInFormDelegatePrivate> _formDelegate;
@property (weak, setter=_setEditingDelegate:) id <WKWebProcessPlugInEditingDelegate> _editingDelegate WK_API_AVAILABLE(macosx(10.12.3), ios(10.3));
-@property (nonatomic, setter=_setDefersLoading:) BOOL _defersLoading WK_API_DEPRECATED("No longer supported");
+@property (nonatomic, setter=_setDefersLoading:) BOOL _defersLoading WK_API_DEPRECATED("No longer supported", macosx(10.10, WK_MAC_TBA), ios(8.0, WK_IOS_TBA));
@property (nonatomic, readonly) BOOL _usesNonPersistentWebsiteDataStore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes