Changeset 244317 in webkit
- Timestamp:
- Apr 15, 2019, 6:26:08 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r244307 r244317 1 2019-04-15 Alex Christensen <achristensen@webkit.org> 2 3 Forward declare WKWebView in _WKDiagnosticLoggingDelegate.h 4 5 * UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h: 6 This fixes builds where _WKDiagnosticLoggingDelegate.h is the only WebKit header included, such as my work on rdar://problem/35175989 7 1 8 2019-04-15 Jer Noble <jer.noble@apple.com> 2 9 -
trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h
r244307 r244317 34 34 } WK_API_AVAILABLE(macos(10.11), ios(9.0)); 35 35 36 @class WKWebView; 37 36 38 @protocol _WKDiagnosticLoggingDelegate <NSObject> 37 39 @optional
Note:
See TracChangeset
for help on using the changeset viewer.