Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / gain-basic.html
index 5fb6708..4d47970 100644 (file)
@@ -24,7 +24,7 @@ function runTest() {
     var context = new webkitAudioContext();
 
     // Create gain node.
-    var gainNode = context.createGainNode();
+    var gainNode = context.createGain();
 
     if (gainNode.gain.toString().indexOf("AudioParam") > -1)
         testPassed("gain is of AudioParam type.");