[Webkit-unassigned] [Bug 54518] Fix race condition in JavaScriptAudioNode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 15 17:58:36 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54518
--- Comment #2 from Chris Rogers <crogers at google.com> 2011-02-15 17:58:36 PST ---
m_isRequestOutstanding needs to be set before callOnMainThread() to avoid race condition with its value being set in the main thread.
This fixes chromium bug:
http://code.google.com/p/chromium/issues/detail?id=71702
The race condition could also happen for other ports.
--
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