Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1953)

Unified Diff: content/test/data/media/peerconnection-call.html

Issue 2172623002: Fixes small mistake in peerconnection-call-data.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another error of the same kind in peerconnection-call.html Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/test/data/media/peerconnection-call-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/peerconnection-call.html
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
index e08976937f4ac9ab86c248352287a5c24bf73c54..b0b6758d399312fd617bb60f3b16b10a52f3a2ab 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -189,13 +189,13 @@
createConnections(null);
setOfferSdpTransform(removeVideoCodec);
- onLocalDescriptionError = function(error) {
+ setOnLocalDescriptionError(function(error) {
var expectedMsg = 'Failed to set local offer sdp:' +
' Session error code: ERROR_CONTENT. Session error description:' +
' Failed to set local video description recv parameters..';
assertEquals(expectedMsg, error.message);
reportTestSuccess();
- };
+ });
navigator.webkitGetUserMedia({audio: true, video: true},
addStreamToBothConnectionsAndNegotiate, printGetUserMediaError);
}
« no previous file with comments | « no previous file | content/test/data/media/peerconnection-call-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698