Changeset 246447 in webkit


Ignore:
Timestamp:
Jun 14, 2019 3:50:00 PM (5 years ago)
Author:
timothy_horton@apple.com
Message:

WebKit's NSAttributedString.h is not included in the WebKit.h umbrella header
https://bugs.webkit.org/show_bug.cgi?id=198869
<rdar://problem/51754437>

Reviewed by Timothy Hatcher.

  • Shared/API/Cocoa/WebKit.h:

Make the new API available to modularized clients and folks who just import WebKit.h

Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246446 r246447  
     12019-06-14  Tim Horton  <timothy_horton@apple.com>
     2
     3        WebKit's NSAttributedString.h is not included in the WebKit.h umbrella header
     4        https://bugs.webkit.org/show_bug.cgi?id=198869
     5        <rdar://problem/51754437>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        * Shared/API/Cocoa/WebKit.h:
     10        Make the new API available to modularized clients and folks who just import WebKit.h
     11
    1122019-06-14  Jiewen Tan  <jiewen_tan@apple.com>
    213
  • trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h

    r246224 r246447  
    2424 */
    2525
     26#import <WebKit/NSAttributedString.h>
    2627#import <WebKit/WKBackForwardList.h>
    2728#import <WebKit/WKBackForwardListItem.h>
  • trunk/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h

    r243376 r246447  
    2424 */
    2525
     26#import <Foundation/Foundation.h>
    2627#import <WebKit/WKFoundation.h>
    2728
Note: See TracChangeset for help on using the changeset viewer.