Title: [244317] trunk/Source/WebKit
Revision
244317
Author
[email protected]
Date
2019-04-15 18:26:08 -0700 (Mon, 15 Apr 2019)

Log Message

Forward declare WKWebView in _WKDiagnosticLoggingDelegate.h

* UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h:
This fixes builds where _WKDiagnosticLoggingDelegate.h is the only WebKit header included, such as my work on rdar://problem/35175989

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (244316 => 244317)


--- trunk/Source/WebKit/ChangeLog	2019-04-16 01:19:27 UTC (rev 244316)
+++ trunk/Source/WebKit/ChangeLog	2019-04-16 01:26:08 UTC (rev 244317)
@@ -1,3 +1,10 @@
+2019-04-15  Alex Christensen  <[email protected]>
+
+        Forward declare WKWebView in _WKDiagnosticLoggingDelegate.h
+
+        * UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h:
+        This fixes builds where _WKDiagnosticLoggingDelegate.h is the only WebKit header included, such as my work on rdar://problem/35175989
+
 2019-04-15  Jer Noble  <[email protected]>
 
         Add a DiagnosticLogging method taking an arbitrary dictionary of values.

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h (244316 => 244317)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h	2019-04-16 01:19:27 UTC (rev 244316)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h	2019-04-16 01:26:08 UTC (rev 244317)
@@ -33,6 +33,8 @@
     _WKDiagnosticLoggingResultNoop,
 } WK_API_AVAILABLE(macos(10.11), ios(9.0));
 
+@class WKWebView;
+
 @protocol _WKDiagnosticLoggingDelegate <NSObject>
 @optional
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to