Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / webrtc / webaudio_crash.html
index aca640f..d4c5447 100644 (file)
@@ -1,5 +1,5 @@
 <script>
-audioContext = new webkitAudioContext();
+audioContext = new AudioContext();
 dstNode = audioContext.createMediaStreamDestination();
 mediaStream = dstNode.stream;