NEW65308
After 65306 is resolved, StorageTracker::setClient (and the associated client guard mutex) are irrelevant
https://bugs.webkit.org/show_bug.cgi?id=65308
Summary After 65306 is resolved, StorageTracker::setClient (and the associated client...
Brady Eidson
Reported 2011-07-28 00:46:03 PDT
After 65306 is resolved, StorageTracker::setClient (and the associated client guard mutex) are irrelevant By adding the client as part of StorageTracker initialization, we remove the need to set the client at any other time. Therefore the ::setClient() method can be removed and the client guard mutex can be nuked.
Attachments
Brady Eidson
Comment 1 2011-07-28 08:38:58 PDT
https://bugs.webkit.org/show_bug.cgi?id=65306 was fixed in http://trac.webkit.org/changeset/91931 so now's a good time to do this. I'll probably knock it out later today.
Note You need to log in before you can comment on or make changes to this bug.