Title: [256444] trunk/Source/WebKit
Revision
256444
Author
[email protected]
Date
2020-02-12 10:02:37 -0800 (Wed, 12 Feb 2020)

Log Message

Make _WKResourceLoadDelegate.h able to be included before other headers
https://bugs.webkit.org/show_bug.cgi?id=206037

* UIProcess/API/Cocoa/_WKResourceLoadDelegate.h:
Add missing "@class WKWebView;"

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (256443 => 256444)


--- trunk/Source/WebKit/ChangeLog	2020-02-12 17:33:41 UTC (rev 256443)
+++ trunk/Source/WebKit/ChangeLog	2020-02-12 18:02:37 UTC (rev 256444)
@@ -1,3 +1,11 @@
+2020-02-12  Alex Christensen  <[email protected]>
+
+        Make _WKResourceLoadDelegate.h able to be included before other headers
+        https://bugs.webkit.org/show_bug.cgi?id=206037
+
+        * UIProcess/API/Cocoa/_WKResourceLoadDelegate.h:
+        Add missing "@class WKWebView;"
+
 2020-02-12  Brent Fulgham  <[email protected]>
 
         Expand WebContent process sandbox with additional syscall

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKResourceLoadDelegate.h (256443 => 256444)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKResourceLoadDelegate.h	2020-02-12 17:33:41 UTC (rev 256443)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKResourceLoadDelegate.h	2020-02-12 18:02:37 UTC (rev 256444)
@@ -25,6 +25,7 @@
 
 #import <WebKit/WKFoundation.h>
 
+@class WKWebView;
 @class _WKResourceLoadInfo;
 
 NS_ASSUME_NONNULL_BEGIN
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to