Title: [261655] trunk/Source/WebKit
Revision
261655
Author
[email protected]
Date
2020-05-13 14:23:15 -0700 (Wed, 13 May 2020)

Log Message

Build fix.

* UIProcess/API/Cocoa/WKWebpagePreferencesPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (261654 => 261655)


--- trunk/Source/WebKit/ChangeLog	2020-05-13 20:57:48 UTC (rev 261654)
+++ trunk/Source/WebKit/ChangeLog	2020-05-13 21:23:15 UTC (rev 261655)
@@ -1,3 +1,9 @@
+2020-05-13  Timothy Horton  <[email protected]>
+
+        Build fix.
+
+        * UIProcess/API/Cocoa/WKWebpagePreferencesPrivate.h:
+
 2020-05-13  Jer Noble  <[email protected]>
 
         Replace isNullFunctionPointer with real weak-linking support

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferencesPrivate.h (261654 => 261655)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferencesPrivate.h	2020-05-13 20:57:48 UTC (rev 261654)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferencesPrivate.h	2020-05-13 21:23:15 UTC (rev 261655)
@@ -83,6 +83,6 @@
 
 @property (nonatomic, copy, setter=_setApplicationNameForUserAgentWithModernCompatibility:) NSString *_applicationNameForUserAgentWithModernCompatibility;
 
-@property (nonatomic, setter=_setMouseEventPolicy:) _WKWebsiteMouseEventPolicy _mouseEventPolicy WK_API_AVAILABLE(mac(WK_MAC_TBA), ios(WK_IOS_TBA));
+@property (nonatomic, setter=_setMouseEventPolicy:) _WKWebsiteMouseEventPolicy _mouseEventPolicy WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
 
 @end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to