Title: [230470] trunk/Source/WebKit
Revision
230470
Author
wenson_hs...@apple.com
Date
2018-04-09 22:06:43 -0700 (Mon, 09 Apr 2018)

Log Message

Add missing availability macros after r230462
https://bugs.webkit.org/show_bug.cgi?id=184426

Reviewed by Timothy Hatcher.

Annotate new SPI added in r230462 with the appropriate availability macros.

* UIProcess/API/Cocoa/WKViewPrivate.h:
* UIProcess/API/Cocoa/WKWebViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (230469 => 230470)


--- trunk/Source/WebKit/ChangeLog	2018-04-10 05:06:37 UTC (rev 230469)
+++ trunk/Source/WebKit/ChangeLog	2018-04-10 05:06:43 UTC (rev 230470)
@@ -1,3 +1,15 @@
+2018-04-09  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Add missing availability macros after r230462
+        https://bugs.webkit.org/show_bug.cgi?id=184426
+
+        Reviewed by Timothy Hatcher.
+
+        Annotate new SPI added in r230462 with the appropriate availability macros.
+
+        * UIProcess/API/Cocoa/WKViewPrivate.h:
+        * UIProcess/API/Cocoa/WKWebViewPrivate.h:
+
 2018-04-09  Brent Fulgham  <bfulg...@apple.com>
 
         Add ProcessPrivilege assertions to places that access NSApp

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKViewPrivate.h (230469 => 230470)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKViewPrivate.h	2018-04-10 05:06:37 UTC (rev 230469)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKViewPrivate.h	2018-04-10 05:06:43 UTC (rev 230470)
@@ -82,7 +82,7 @@
 @property (readonly) NSColor *_pageExtendedBackgroundColor;
 @property (copy, nonatomic) NSColor *underlayColor;
 
-@property (nonatomic, setter=_setBackgroundColor:) NSColor *_backgroundColor;
+@property (nonatomic, setter=_setBackgroundColor:) NSColor *_backgroundColor WK_API_AVAILABLE(macosx(WK_MAC_TBA));
 
 #if WK_API_ENABLED
 @property (strong, nonatomic, setter=_setInspectorAttachmentView:) NSView *_inspectorAttachmentView WK_API_AVAILABLE(macosx(10.11));

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h (230469 => 230470)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h	2018-04-10 05:06:37 UTC (rev 230469)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h	2018-04-10 05:06:43 UTC (rev 230470)
@@ -260,7 +260,7 @@
 @property (nonatomic, setter=_setRubberBandingEnabled:) _WKRectEdge _rubberBandingEnabled WK_API_AVAILABLE(macosx(10.13.4));
 
 @property (readonly) NSColor *_pageExtendedBackgroundColor;
-@property (nonatomic, setter=_setBackgroundColor:) NSColor *_backgroundColor;
+@property (nonatomic, setter=_setBackgroundColor:) NSColor *_backgroundColor WK_API_AVAILABLE(macosx(WK_MAC_TBA));
 @property (nonatomic, setter=_setDrawsBackground:) BOOL _drawsBackground;
 @property (nonatomic, setter=_setTopContentInset:) CGFloat _topContentInset;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to