diff options
author | niklase@chromium.org <niklase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 11:55:08 +0000 |
---|---|---|
committer | niklase@chromium.org <niklase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 11:55:08 +0000 |
commit | 02d09a3cc3278072c79fa6379f272492d3c30584 (patch) | |
tree | 97bf889ab62b356d78e169a6909ea947806a476a /DEPS | |
parent | 3540d868d87e160496434488bb19704a6924e499 (diff) | |
download | chromium_src-02d09a3cc3278072c79fa6379f272492d3c30584.zip chromium_src-02d09a3cc3278072c79fa6379f272492d3c30584.tar.gz chromium_src-02d09a3cc3278072c79fa6379f272492d3c30584.tar.bz2 |
Fix for http://code.google.com/p/webrtc/issues/detail?id=397
Review URL: http://codereview.chromium.org/9839045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ vars = { # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. "v8_revision": "11102", - "webrtc_revision": "1903", + "webrtc_revision": "1927", "jsoncpp_revision": "248", "nss_revision": "126189", "rlz_revision": "105", |