Fix race condition in JavaScriptAudioNode
Created attachment 82564 [details] Patch
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.
Comment on attachment 82564 [details] Patch Looks fine to me. Tricky.
Committed r78671: <http://trac.webkit.org/changeset/78671>