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

Changeset 244242 in webkit


Ignore:
Timestamp:
Apr 13, 2019, 12:44:47 PM (7 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, try to fix the internal build after r244239

Force the bots to regenerate WKWebpagePreferences.h by touching the file. Adds a Foundation/Foundation.h
import that was missing anyways.

  • UIProcess/API/Cocoa/WKWebpagePreferences.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244239 r244242  
     12019-04-13  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, try to fix the internal build after r244239
     4
     5        Force the bots to regenerate WKWebpagePreferences.h by touching the file. Adds a `Foundation/Foundation.h`
     6        import that was missing anyways.
     7
     8        * UIProcess/API/Cocoa/WKWebpagePreferences.h:
     9
    1102019-04-12  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebpagePreferences.h

    r243787 r244242  
    2626#import <WebKit/WKFoundation.h>
    2727
     28#import <Foundation/Foundation.h>
     29
    2830#if USE(APPLE_INTERNAL_SDK)
    2931#import <WebKitAdditions/WKWebpagePreferencesAdditionsBefore.h>
Note: See TracChangeset for help on using the changeset viewer.