Changeset 211898 in webkit


Ignore:
Timestamp:
Feb 8, 2017, 1:37:02 PM (8 years ago)
Author:
mitz@apple.com
Message:

Tried to fix the build after r211897.

  • UIProcess/ios/WKContentViewInteraction.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r211897 r211898  
     12017-02-08  Dan Bernstein  <mitz@apple.com>
     2
     3        Tried to fix the build after r211897.
     4
     5        * UIProcess/ios/WKContentViewInteraction.h:
     6
    172017-02-08  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h

    r211897 r211898  
    227227- (void)_share:(id)sender;
    228228- (void)_showTextStyleOptions:(id)sender;
     229- (void)_promptForReplace:(id)sender;
     230- (void)_transliterateChinese:(id)sender;
     231- (void)replace:(id)sender;
    229232
    230233#if ENABLE(TOUCH_EVENTS)
Note: See TracChangeset for help on using the changeset viewer.