summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/webaudio
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/webaudio')
-rw-r--r--Source/WebCore/webaudio/JavaScriptAudioNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/webaudio/JavaScriptAudioNode.cpp b/Source/WebCore/webaudio/JavaScriptAudioNode.cpp
index 15a8cf7..1791de0 100644
--- a/Source/WebCore/webaudio/JavaScriptAudioNode.cpp
+++ b/Source/WebCore/webaudio/JavaScriptAudioNode.cpp
@@ -205,8 +205,8 @@ void JavaScriptAudioNode::process(size_t framesToProcess)
// Fire the event on the main thread, not this one (which is the realtime audio thread).
m_doubleBufferIndexForEvent = m_doubleBufferIndex;
- callOnMainThread(fireProcessEventDispatch, this);
m_isRequestOutstanding = true;
+ callOnMainThread(fireProcessEventDispatch, this);
}
swapBuffers();