Drop ProcessAssertion::Client and replace with a simple invalidation handler.
Created attachment 405588 [details] Patch
Created attachment 405594 [details] Patch
Comment on attachment 405594 [details] Patch Ready for review.
Comment on attachment 405594 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405594&action=review > Source/WebKit/UIProcess/ProcessAssertion.cpp:55 > +ProcessAndUIAssertion::~ProcessAndUIAssertion() > +{ > +} Why an explicitly defined empty d'tor? Default one not good enough?
Committed r265162: <https://trac.webkit.org/changeset/265162>
<rdar://problem/66401490>