| Index: LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html
|
| ===================================================================
|
| --- LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html (revision 129925)
|
| +++ LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html (working copy)
|
| @@ -24,8 +24,8 @@
|
| }
|
| }
|
|
|
| -function onNegotationNeeded(event) {
|
| - testPassed('onNegotationNeeded was called.');
|
| +function onNegotiationNeeded(event) {
|
| + testPassed('onNegotiationNeeded was called.');
|
|
|
| finishJSTest();
|
| }
|
| @@ -35,7 +35,7 @@
|
| stream = s;
|
|
|
| pc = new webkitRTCPeerConnection(null, null);
|
| - pc.onnegotationneeded = onNegotationNeeded;
|
| + pc.onnegotiationneeded = onNegotiationNeeded;
|
|
|
| pc.addStream(stream);
|
| }
|
|
|