RESOLVED FIXED Bug 182351
Add a release assertion to ensure timers are deleted in the right thread
https://bugs.webkit.org/show_bug.cgi?id=182351
Summary Add a release assertion to ensure timers are deleted in the right thread
Ryosuke Niwa
Reported 2018-01-31 14:08:28 PST
Add a releaser assert in ~Timer to make sure a timer gets constructed & destructed in the same thread.
Attachments
Adds a release assertion (1.98 KB, patch)
2018-01-31 14:12 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2018-01-31 14:12:09 PST
Created attachment 332801 [details] Adds a release assertion
Radar WebKit Bug Importer
Comment 2 2018-01-31 14:12:38 PST
David Kilzer (:ddkilzer)
Comment 3 2018-01-31 14:18:43 PST
Comment on attachment 332801 [details] Adds a release assertion r=me if EWS is happy
WebKit Commit Bot
Comment 4 2018-01-31 15:08:49 PST
Comment on attachment 332801 [details] Adds a release assertion Clearing flags on attachment: 332801 Committed r227934: <https://trac.webkit.org/changeset/227934>
WebKit Commit Bot
Comment 5 2018-01-31 15:08:50 PST
All reviewed patches have been landed. Closing bug.
Michael Catanzaro
Comment 6 2018-01-31 16:22:01 PST
Good change, I wasted time earlier this week trying to guess whether this might be occurring in another bug. (It wasn't, but I didn't have an easy way to know that.)
Note You need to log in before you can comment on or make changes to this bug.