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

Changeset 187316 in webkit


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

Merge r187199. 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

    r187315 r187316  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187199. rdar://problem/21945775
     4
     5    2015-07-22  Tim Horton  <timothy_horton@apple.com>
     6
     7            Fix the build
     8
     9            * UIProcess/ios/WKContentViewInteraction.h:
     10
    1112015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
    212
  • branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h

    r187314 r187316  
    122122    RetainPtr<WKFileUploadPanel> _fileUploadPanel;
    123123    RetainPtr<UIGestureRecognizer> _previewGestureRecognizer;
     124#if HAVE(LINK_PREVIEW)
    124125    RetainPtr<UIPreviewItemController> _previewItemController;
     126#endif
    125127
    126128    std::unique_ptr<WebKit::SmartMagnificationController> _smartMagnificationController;
Note: See TracChangeset for help on using the changeset viewer.