Changeset 226912 in webkit


Ignore:
Timestamp:
Jan 12, 2018, 1:38:47 PM (8 years ago)
Author:
Megan Gardner
Message:

Unreviewed, fixing error in UIKitSPI.h.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r226911 r226912  
     12018-01-12  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Unreviewed, fixing error in UIKitSPI.h.
     4
     5        * Platform/spi/ios/UIKitSPI.h:
     6       
    172018-01-12  Megan Gardner  <megan_gardner@apple.com>
    28
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r226911 r226912  
    969969
    970970#if __has_include(<UIKit/UITextInputMultiDocument.h>)
    971 #import <UIKit/UITextAutofillSuggestion.h>
     971#import <UIKit/UITextInputMultiDocument.h>
    972972#else
    973 @protocol UITextAutofillSuggestion <NSObject>
     973@protocol UITextInputMultiDocument <NSObject>
    974974@optional
    975975- (void)_restoreFocusWithToken:(id <NSCopying, NSSecureCoding>)token completion:(void (^)(BOOL didRestore))completion;
Note: See TracChangeset for help on using the changeset viewer.