Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / webrtc / video_extraction.js
index bf01dc4..93cf9e7 100644 (file)
@@ -190,6 +190,7 @@ function sendFrames() {
   if (!gWebSocketOpened) {
     console.log('WebSocket connection is not yet open');
     setTimeout(function() { sendFrames(); }, 100);
+    return;
   }
 
   progressBar = document.getElementById('progress-bar');