Title: [199741] trunk/Source/WebKit2
Revision
199741
Author
[email protected]
Date
2016-04-19 13:25:36 -0700 (Tue, 19 Apr 2016)

Log Message

New SPI to export a dictionary of runtime features
https://bugs.webkit.org/show_bug.cgi?id=156645
<rdar://problem/23621666>

Reviewed by Anders Carlsson.

Mark the new SPI as WK_MAC_TBA, WK_IOS_TBA.

* UIProcess/API/Cocoa/_WKExperimentalFeature.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (199740 => 199741)


--- trunk/Source/WebKit2/ChangeLog	2016-04-19 20:20:10 UTC (rev 199740)
+++ trunk/Source/WebKit2/ChangeLog	2016-04-19 20:25:36 UTC (rev 199741)
@@ -19,6 +19,18 @@
         https://bugs.webkit.org/show_bug.cgi?id=156645
         <rdar://problem/23621666>
 
+        Reviewed by Anders Carlsson.
+
+        Mark the new SPI as WK_MAC_TBA, WK_IOS_TBA.
+
+        * UIProcess/API/Cocoa/_WKExperimentalFeature.h:
+
+2016-04-19  Dean Jackson  <[email protected]>
+
+        New SPI to export a dictionary of runtime features
+        https://bugs.webkit.org/show_bug.cgi?id=156645
+        <rdar://problem/23621666>
+
         Post commit follow-up. Darin gave review comments that
         I didn't address in my original commit - I was waiting
         on some advice.

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKExperimentalFeature.h (199740 => 199741)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKExperimentalFeature.h	2016-04-19 20:20:10 UTC (rev 199740)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKExperimentalFeature.h	2016-04-19 20:25:36 UTC (rev 199741)
@@ -29,7 +29,7 @@
 
 #import <Foundation/Foundation.h>
 
-WK_CLASS_AVAILABLE(10_11, 9_0)
+WK_CLASS_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA)
 @interface _WKExperimentalFeature : NSObject
 
 @property (nonatomic, readonly, copy) NSString *key;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to