Title: [233396] trunk/Source/WebKit
- Revision
- 233396
- Author
- [email protected]
- Date
- 2018-06-30 10:11:36 -0700 (Sat, 30 Jun 2018)
Log Message
Added a missing availability attribute.
* WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (233395 => 233396)
--- trunk/Source/WebKit/ChangeLog 2018-06-30 14:24:22 UTC (rev 233395)
+++ trunk/Source/WebKit/ChangeLog 2018-06-30 17:11:36 UTC (rev 233396)
@@ -1,3 +1,9 @@
+2018-06-30 Dan Bernstein <[email protected]>
+
+ Added a missing availability attribute.
+
+ * WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.h:
+
2018-06-29 John Wilander <[email protected]>
Resource Load Statistics: Make network process calls only for the process pool that the page belongs to
Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.h (233395 => 233396)
--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.h 2018-06-30 14:24:22 UTC (rev 233395)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.h 2018-06-30 17:11:36 UTC (rev 233396)
@@ -43,7 +43,7 @@
WK_CLASS_AVAILABLE(macosx(10.10), ios(8.0))
@interface WKWebProcessPlugInController : NSObject
-- (void)extendClassesForParameterCoder:(NSArray *)classes;
+- (void)extendClassesForParameterCoder:(NSArray *)classes WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA));
@property (readonly) WKConnection *connection;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes