Title: [227231] trunk/Source/WebKit
Revision
227231
Author
[email protected]
Date
2018-01-19 13:22:30 -0800 (Fri, 19 Jan 2018)

Log Message

[Cocoa] _WKNSWindowExtras.h: Add missing availability annotation
https://bugs.webkit.org/show_bug.cgi?id=181868

Patch by Joseph Pecoraro <[email protected]> on 2018-01-19
Reviewed by Dan Bernstein.

* Shared/API/Cocoa/_WKNSWindowExtras.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (227230 => 227231)


--- trunk/Source/WebKit/ChangeLog	2018-01-19 21:19:27 UTC (rev 227230)
+++ trunk/Source/WebKit/ChangeLog	2018-01-19 21:22:30 UTC (rev 227231)
@@ -1,3 +1,12 @@
+2018-01-19  Joseph Pecoraro  <[email protected]>
+
+        [Cocoa] _WKNSWindowExtras.h: Add missing availability annotation
+        https://bugs.webkit.org/show_bug.cgi?id=181868
+
+        Reviewed by Dan Bernstein.
+
+        * Shared/API/Cocoa/_WKNSWindowExtras.h:
+
 2018-01-19  John Wilander  <[email protected]>
 
         Resource Load Statistics: Add void to argument list to fix build with -Wstrict-prototypes

Modified: trunk/Source/WebKit/Shared/API/Cocoa/_WKNSWindowExtras.h (227230 => 227231)


--- trunk/Source/WebKit/Shared/API/Cocoa/_WKNSWindowExtras.h	2018-01-19 21:19:27 UTC (rev 227230)
+++ trunk/Source/WebKit/Shared/API/Cocoa/_WKNSWindowExtras.h	2018-01-19 21:22:30 UTC (rev 227231)
@@ -31,7 +31,7 @@
 
 @interface NSWindow (WKExtras)
 
-- (BOOL)_web_isWebInspectorWindow;
+- (BOOL)_web_isWebInspectorWindow WK_API_AVAILABLE(macosx(WK_MAC_TBA));
 
 @end
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to