Index: ppapi/examples/video_effects/video_effects.html |
diff --git a/ppapi/examples/video_effects/video_effects.html b/ppapi/examples/video_effects/video_effects.html |
index fa37d59b81c489506c45916c10be8166b2663445..54697534ca2e5ac3ce566e88b647e4faf0550124 100644 |
--- a/ppapi/examples/video_effects/video_effects.html |
+++ b/ppapi/examples/video_effects/video_effects.html |
@@ -49,7 +49,6 @@ textarea { |
width="320" height="240"/> |
<script> |
-var RTCPeerConnection = webkitRTCPeerConnection; |
var getUserMedia = navigator.webkitGetUserMedia.bind(navigator); |
var attachMediaStream = function(element, stream) { |
element.src = URL.createObjectURL(stream); |