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

Changeset 187199 in webkit


Ignore:
Timestamp:
Jul 22, 2015, 6:19:41 PM (11 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r187198 r187199  
     12015-07-22  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the build
     4
     5        * UIProcess/ios/WKContentViewInteraction.h:
     6
    172015-07-22  Tim Horton  <timothy_horton@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h

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