[Webkit-unassigned] [Bug 63928] static destructors calling Timer.stop in wrong thread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 5 10:39:43 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63928
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> 2011-07-05 10:39:43 PST ---
Nice catch!
We normally use a different idiom for these:
static PurgeScratchBufferTimer& purgeScratchBufferTimer()
{
DEFINE_STATIC_LOCAL(PurgeScratchBufferTimer, staticTimer, ());
return staticTimer;
}
To get the fix reviewed and accepted, you'll need to add a ChangeLog, and to mark the patch for review: <http://www.webkit.org/coding/contributing.html>.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list