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,8 @@ |
<html> |
<head> |
<title>WebRTC PeerConnection Manual Test</title> |
+ <!-- Load the polyfill to switch-hit between Chrome and Firefox --> |
+ <script src="../adapter.js"></script> |
<script src="../test_functions.js"></script> |
<script src="../message_handling.js"></script> |
<script src="../getusermedia.js"></script> |