Changeset 242728 in webkit
- Timestamp:
- Mar 11, 2019, 12:51:25 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/ProcessAssertionIOS.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r242726 r242728 1 2019-03-11 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, fix assertions in layout tests on iOS Simulator after r242666. 4 5 Log an error but do not crash if we fail to acquire a ProcessAssertion. 6 7 * UIProcess/ios/ProcessAssertionIOS.mm: 8 (WebKit::ProcessAssertion::ProcessAssertion): 9 1 10 2019-03-11 Chris Dumez <cdumez@apple.com> 2 11 -
trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm
r242666 r242728 166 166 if (!acquired) { 167 167 RELEASE_LOG_ERROR(ProcessSuspension, " %p - ProcessAssertion() PID %d Unable to acquire assertion for process with PID %d", this, getpid(), pid); 168 ASSERT_NOT_REACHED();169 168 dispatch_async(dispatch_get_main_queue(), ^{ 170 169 if (weakThis)
Note:
See TracChangeset
for help on using the changeset viewer.