diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 17:44:08 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 17:44:08 +0000 |
commit | ea9a4ee67732b90e834def1cf98be1d047a93063 (patch) | |
tree | 9eee9c88af1a0b644280ce3b160c2d7ad62cd4c9 /DEPS | |
parent | 3fee46a708a61e2005c6de6330b52d1ad89d50b7 (diff) | |
download | chromium_src-ea9a4ee67732b90e834def1cf98be1d047a93063.zip chromium_src-ea9a4ee67732b90e834def1cf98be1d047a93063.tar.gz chromium_src-ea9a4ee67732b90e834def1cf98be1d047a93063.tar.bz2 |
Webkit Roll: 63172 -> 63173
Off by one. This should hopefully fix the build.
TBR=oshima
Review URL: http://codereview.chromium.org/2931013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "63172", + "webkit_revision": "63173", "ffmpeg_revision": "49485", "skia_revision": "583", "chromium_git": "http://src.chromium.org/git", |