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

Changeset 187268 in webkit


Ignore:
Timestamp:
Jul 23, 2015, 4:16:07 PM (11 years ago)
Author:
enrica@apple.com
Message:

Removing one incorrect annotation from the previous change.

Unreviewed.

  • UIProcess/API/Cocoa/WKUIDelegatePrivate.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r187267 r187268  
     12015-07-23  Enrica Casucci  <enrica@apple.com>
     2
     3        Removing one incorrect annotation from the previous change.
     4
     5        Unreviewed.
     6
     7        * UIProcess/API/Cocoa/WKUIDelegatePrivate.h:
     8
    192015-07-23  Enrica Casucci  <enrica@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegatePrivate.h

    r187267 r187268  
    5858#if TARGET_OS_IPHONE
    5959- (BOOL)_webView:(WKWebView *)webView shouldIncludeAppLinkActionsForElement:(_WKActivatedElementInfo *)element WK_AVAILABLE(NA, WK_IOS_TBA);
    60 - (NSArray *)_webView:(WKWebView *)webView actionsForElement:(_WKActivatedElementInfo *)element defaultActions:(WK_ARRAY(_WKElementAction *) *)defaultActions WK_AVAILABLE(NA, WK_IOS_TBA);
     60- (NSArray *)_webView:(WKWebView *)webView actionsForElement:(_WKActivatedElementInfo *)element defaultActions:(WK_ARRAY(_WKElementAction *) *)defaultActions;
    6161- (void)_webView:(WKWebView *)webView didNotHandleTapAsClickAtPoint:(CGPoint)point;
    6262- (BOOL)_webView:(WKWebView *)webView shouldRequestGeolocationAuthorizationForURL:(NSURL *)url isMainFrame:(BOOL)isMainFrame mainFrameURL:(NSURL *)mainFrameURL;
Note: See TracChangeset for help on using the changeset viewer.