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

Changeset 280925 in webkit


Ignore:
Timestamp:
Aug 11, 2021, 1:00:46 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Fix iOS debug build after r280875
https://bugs.webkit.org/show_bug.cgi?id=228683

  • UIProcess/ios/WKContentView.mm:

(-[WKContentView _removeTemporaryFilesIfNecessary]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r280915 r280925  
     12021-08-11  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix iOS debug build after r280875
     4        https://bugs.webkit.org/show_bug.cgi?id=228683
     5
     6        * UIProcess/ios/WKContentView.mm:
     7        (-[WKContentView _removeTemporaryFilesIfNecessary]):
     8
    192021-08-11  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Source/WebKit/UIProcess/ios/WKContentView.mm

    r280915 r280925  
    339339            }];
    340340            if (error)
    341                 LOG_ERROR("WKContentViewInteraction failed to coordinate removal of temporary file at path %@ with error %@", url, error);
     341                LOG_ERROR("WKContentViewInteraction failed to coordinate removal of temporary file at path %@ with error %@", url.get(), error);
    342342        }
    343343    });
Note: See TracChangeset for help on using the changeset viewer.