Changeset 212984 in webkit


Ignore:
Timestamp:
Feb 24, 2017 6:07:05 PM (7 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the internal build

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r212982 r212984  
     12017-02-24  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the internal build
     4
     5        * UIProcess/ios/WKContentViewInteraction.h:
     6
    172017-02-24  Matt Rajca  <mrajca@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h

    r212974 r212984  
    189189    WebKit::WKDataInteractionState _dataInteractionState;
    190190    BOOL _isPerformingDataInteractionOperation;
     191#if HAS_DATA_INTERACTION_SPI
    191192    RetainPtr<WKDataInteraction> _dataInteraction;
     193#endif
    192194    CGPoint _deferredActionSheetRequestLocation;
    193195#endif
     
    198200@interface WKContentView (WKInteraction) <UIGestureRecognizerDelegate, UIWebTouchEventsGestureRecognizerDelegate, UITextInputPrivate, UIWebFormAccessoryDelegate, UIWKInteractionViewProtocol, WKFileUploadPanelDelegate, WKActionSheetAssistantDelegate
    199201#if ENABLE(DATA_INTERACTION)
    200     , WKDataInteractionItemVisualTarget, WKDataInteractionDelegate, WKViewDataInteractionDestinationDelegate
     202    , WKDataInteractionItemVisualTarget, WKViewDataInteractionDestinationDelegate
     203#if HAS_DATA_INTERACTION_SPI
     204    , WKDataInteractionDelegate
     205#endif
    201206#endif
    202207>
Note: See TracChangeset for help on using the changeset viewer.