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

Changeset 187212 in webkit


Ignore:
Timestamp:
Jul 22, 2015, 9:47:33 PM (11 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build

  • UIProcess/ios/WKContentViewInteraction.mm:

(-[WKContentView setupInteraction]):
(-[WKContentView cleanupInteraction]):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r187202 r187212  
     12015-07-22  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Fix the build
     4
     5        * UIProcess/ios/WKContentViewInteraction.mm:
     6        (-[WKContentView setupInteraction]):
     7        (-[WKContentView cleanupInteraction]):
     8
    192015-07-22  Commit Queue  <commit-queue@webkit.org>
    210
  • trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm

    r187198 r187212  
    342342    [self addGestureRecognizer:_longPressGestureRecognizer.get()];
    343343
     344#if HAVE(LINK_PREVIEW)
    344345    [self _registerPreview];
     346#endif
    345347
    346348    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_resetShowingTextStyle:) name:UIMenuControllerDidHideMenuNotification object:nil];
     
    399401    }
    400402
     403#if HAVE(LINK_PREVIEW)
    401404    [self _unregisterPreview];
     405#endif
     406
    402407    if (_fileUploadPanel) {
    403408        [_fileUploadPanel setDelegate:nil];
Note: See TracChangeset for help on using the changeset viewer.