Changeset 243618 in webkit
- Timestamp:
- Mar 28, 2019, 1:00:36 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKActionSheetAssistant.mm (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243608 r243618 1 2019-03-28 Tim Horton <timothy_horton@apple.com> 2 3 Fix the build. 4 5 * UIProcess/ios/WKActionSheetAssistant.mm: 6 (-[WKActionSheetAssistant showImageSheet]): 7 * UIProcess/ios/WKContentViewInteraction.mm: 8 (-[WKContentView actionSheetAssistant:showCustomSheetForElement:]): 9 1 10 2019-03-28 Michael Catanzaro <mcatanzaro@igalia.com> 2 11 -
trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm
r242824 r243618 407 407 408 408 if (!alternateURL && userInfo) { 409 ALLOW_DEPRECATED_DECLARATIONS_BEGIN 409 410 [UIApp _cancelAllTouches]; 411 ALLOW_DEPRECATED_DECLARATIONS_END 410 412 return; 411 413 } -
trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r243606 r243618 5850 5850 BOOL shouldCancelAllTouches = YES; 5851 5851 #endif 5852 5853 ALLOW_DEPRECATED_DECLARATIONS_BEGIN 5852 5854 // Prevent tap-and-hold and panning. 5853 5855 if (shouldCancelAllTouches) 5854 5856 [UIApp _cancelAllTouches]; 5857 ALLOW_DEPRECATED_DECLARATIONS_END 5855 5858 5856 5859 return YES;
Note:
See TracChangeset
for help on using the changeset viewer.