Changeset 244733 in webkit


Ignore:
Timestamp:
Apr 29, 2019, 7:02:10 AM (6 years ago)
Author:
achristensen@apple.com
Message:

Build fix.

  • UIProcess/ios/WKActionSheet.mm:

(-[WKActionSheet updateSheetPosition]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244732 r244733  
     12019-04-29  Alex Christensen  <achristensen@webkit.org>
     2
     3        Build fix.
     4
     5        * UIProcess/ios/WKActionSheet.mm:
     6        (-[WKActionSheet updateSheetPosition]):
     7
    182019-04-29  Commit Queue  <commit-queue@webkit.org>
    29
  • trunk/Source/WebKit/UIProcess/ios/WKActionSheet.mm

    r237266 r244733  
    223223
    224224    CGRect presentationRect = [self _presentationRectForStyle:_currentPresentationStyle];
     225    ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    225226    BOOL wasPresentedViewControllerModal = [_presentedViewControllerWhileRotating isModalInPopover];
     227    ALLOW_DEPRECATED_DECLARATIONS_END
    226228
    227229    if (!CGRectIsEmpty(presentationRect) || wasPresentedViewControllerModal) {
Note: See TracChangeset for help on using the changeset viewer.