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

Changeset 187319 in webkit


Ignore:
Timestamp:
Jul 24, 2015, 12:54:29 AM (11 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r187212. rdar://problem/21945775

Location:
branches/safari-601.1-branch/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1-branch/Source/WebKit2/ChangeLog

    r187316 r187319  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187212. rdar://problem/21945775
     4
     5    2015-07-22  Timothy Horton  <timothy_horton@apple.com>
     6
     7            Fix the build
     8
     9            * UIProcess/ios/WKContentViewInteraction.mm:
     10            (-[WKContentView setupInteraction]):
     11            (-[WKContentView cleanupInteraction]):
     12
    1132015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
    214
  • branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm

    r187315 r187319  
    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.