[webkit-reviews] review granted: [Bug 217787] Drop legacy code using AssertionServices : [Attachment 411495] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 15 15:28:57 PDT 2020
Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 217787: Drop legacy code using AssertionServices
https://bugs.webkit.org/show_bug.cgi?id=217787
Attachment 411495: Patch
https://bugs.webkit.org/attachment.cgi?id=411495&action=review
--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 411495
--> https://bugs.webkit.org/attachment.cgi?id=411495
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=411495&action=review
> Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm:352
> + return m_rbsAssertion ? m_rbsAssertion.get().valid : false;
Maybe use &&?
More information about the webkit-reviews
mailing list