Changeset 240985 in webkit
- Timestamp:
- Feb 5, 2019, 11:11:57 AM (8 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
r240984 r240985 1 2019-02-05 Brady Eidson <beidson@apple.com> 2 3 Fix iOS simulator build after r240954 4 5 Unreviewed. 6 7 * UIProcess/ios/ProcessAssertionIOS.mm: 8 (WebKit::ProcessAssertion::ProcessAssertion): Implement the new constructor. 9 1 10 2019-02-05 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm
r240954 r240985 287 287 } 288 288 289 ProcessAssertion::ProcessAssertion(pid_t, const String&, AssertionState assertionState, Function<void()>&&) 290 : m_assertionState(assertionState) 291 { 292 } 293 289 294 ProcessAssertion::~ProcessAssertion() 290 295 {
Note:
See TracChangeset
for help on using the changeset viewer.