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

Changeset 246331 in webkit


Ignore:
Timestamp:
Jun 11, 2019, 1:34:16 PM (7 years ago)
Author:
Simon Fraser
Message:

Fix non-internal builds after r246327.

  • Platform/spi/ios/UIKitSPI.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246328 r246331  
    77        * UIProcess/WebProcessPool.cpp:
    88        (WebKit::WebProcessPool::clearWebProcessIsPlayingAudibleMedia):
     9
     102019-06-11  Simon Fraser  <simon.fraser@apple.com>
     11
     12        Fix non-internal builds after r246327.
     13
     14        * Platform/spi/ios/UIKitSPI.h:
    915
    10162019-06-10  Simon Fraser  <simon.fraser@apple.com>
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r246228 r246331  
    535535- (void)_removeAllAnimations:(BOOL)includeSubviews;
    536536- (UIColor *)_inheritedInteractionTintColor;
     537- (NSString *)recursiveDescription;
    537538#if PLATFORM(IOSMAC)
    538539@property (nonatomic, getter=_focusRingType, setter=_setFocusRingType:) UIFocusRingType focusRingType;
Note: See TracChangeset for help on using the changeset viewer.