[Webkit-unassigned] [Bug 213037] Stop to use ActiveDOMObject::setPendingActivity() for WebCore/Modules/fetch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 11 09:21:31 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213037
--- Comment #5 from Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com> ---
Comment on attachment 401652
--> https://bugs.webkit.org/attachment.cgi?id=401652
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=401652&action=review
> Source/WebCore/Modules/fetch/FetchBodyOwner.h:138
> + unsigned m_pendingInstanceCount { 0 };
I seem that it might be good to provide a way to increment/decrement ActiveDOMObject::m_pendingActivityInstanceCount instead of holding and manipulate this member.
Why did we obsolete ActiveDOMObject::setPendingActivity() in bug 209754?
I could not find the reason for its change.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200611/835d3fdf/attachment.htm>
More information about the webkit-unassigned
mailing list