⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244317 in webkit


Ignore:
Timestamp:
Apr 15, 2019, 6:26:08 PM (7 years ago)
Author:
achristensen@apple.com
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

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244307 r244317  
     12019-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
    182019-04-15  Jer Noble  <jer.noble@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h

    r244307 r244317  
    3434} WK_API_AVAILABLE(macos(10.11), ios(9.0));
    3535
     36@class WKWebView;
     37
    3638@protocol _WKDiagnosticLoggingDelegate <NSObject>
    3739@optional
Note: See TracChangeset for help on using the changeset viewer.