Updates html test file to webkitDeprecatedPeerConnection.

The name (in WebKit) has been changed to add "Deprecated", in preparation of launching JSEP PeerConnection. This change is in Chrome Canary now. No functionality has changed.

BUG=371
Review URL: https://webrtc-codereview.appspot.com/449012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1911 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/test/sanity_check/www/html/webrtc_test.html b/test/sanity_check/www/html/webrtc_test.html
index e8b0c60..09ce8c6 100644
--- a/test/sanity_check/www/html/webrtc_test.html
+++ b/test/sanity_check/www/html/webrtc_test.html
@@ -238,7 +238,7 @@
   }
   trace("Creating PeerConnection object");
   try {
-    pc = new webkitPeerConnection("STUN stun.l.google.com:19302",
+    pc = new webkitDeprecatedPeerConnection("STUN stun.l.google.com:19302",
       onSignalingMessage);
   pc.onaddstream = onAddStream;
   pc.onremovestream = onRemoveStream;