Index: chrome/test/data/webrtc/manual/peerconnection-multi.html |
diff --git a/chrome/test/data/webrtc/manual/peerconnection-multi.html b/chrome/test/data/webrtc/manual/peerconnection-multi.html |
index 2ee6475ba4502e2b8e1e18c299ded4c71967b2cf..323a266d80d7f98ae324ce841866394978b49ecc 100644 |
--- a/chrome/test/data/webrtc/manual/peerconnection-multi.html |
+++ b/chrome/test/data/webrtc/manual/peerconnection-multi.html |
@@ -66,7 +66,7 @@ |
} |
function play(stream, videoElement) { |
- var streamUrl = webkitURL.createObjectURL(stream); |
+ var streamUrl = URL.createObjectURL(stream); |
$(videoElement).src = streamUrl; |
} |
@@ -279,4 +279,4 @@ |
</tr> |
</table> |
</body> |
-</html> |
+</html> |