Index: chrome/test/data/webrtc/manual/peerconnection.html |
=================================================================== |
--- chrome/test/data/webrtc/manual/peerconnection.html (revision 210952) |
+++ chrome/test/data/webrtc/manual/peerconnection.html (working copy) |
@@ -2,6 +2,10 @@ |
<html> |
<head> |
<title>WebRTC PeerConnection Manual Test</title> |
+ <!-- Load the polyfill to switch-hit between Chrome and Firefox --> |
+ <script type="text/javascript" |
+ src="https://webrtc.googlecode.com/svn/trunk/samples/js/base/adapter.js"> |
+ </script> |
<script src="../test_functions.js"></script> |
<script src="../message_handling.js"></script> |
<script src="../getusermedia.js"></script> |