Roll webrtc+libjingle to r5645.
[email protected], [email protected], [email protected]
Review URL: https://codereview.chromium.org/186193008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255145 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 3331285..dd6ed12 100644
--- a/DEPS
+++ b/DEPS
@@ -55,7 +55,7 @@
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling WebRTC
# and V8 without interference from each other.
- "webrtc_revision": "5619",
+ "webrtc_revision": "5645",
"jsoncpp_revision": "248",
"nss_revision": "254867",
# Three lines of non-changing comments so that
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
index d26cb86..43febaf7 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -163,7 +163,7 @@
transformSdp = removeCrypto;
onLocalDescriptionError = function(error) {
var expectedMsg = 'Failed to set local offer sdp:' +
- ' Called with a SDP without crypto enabled.';
+ ' Called with SDP without DTLS fingerprint.';
expectEquals(expectedMsg, error);
// Got the right message, test succeeded.
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
index d3f7819..8904e179 100644
--- a/third_party/libjingle/README.chromium
+++ b/third_party/libjingle/README.chromium
@@ -1,7 +1,7 @@
Name: libjingle
URL: http://code.google.com/p/webrtc/
Version: unknown
-Revision: 5619
+Revision: 5645
License: BSD
License File: source/talk/COPYING
Security Critical: yes