| Index: content/test/data/media/peerconnection-call-data.html
|
| diff --git a/content/test/data/media/peerconnection-call-data.html b/content/test/data/media/peerconnection-call-data.html
|
| index 28af7dfff2f7cb602f531b0be02a9e258a55df01..a45356b3788cda8ac91f6904ef70eae7d082fbb1 100644
|
| --- a/content/test/data/media/peerconnection-call-data.html
|
| +++ b/content/test/data/media/peerconnection-call-data.html
|
| @@ -36,9 +36,9 @@
|
|
|
| // Test that we can setup call with legacy settings.
|
| function callWithLegacySdp() {
|
| - transformSdp = function(sdp) {
|
| + setOfferSdpTransform(function(sdp) {
|
| return removeBundle(useGice(useExternalSdes(sdp)));
|
| - };
|
| + });
|
| createConnections({
|
| 'mandatory': {'RtpDataChannels': true, 'DtlsSrtpKeyAgreement': false}
|
| });
|
|
|