diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 22:56:18 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 22:56:18 +0000 |
commit | 9e746269d1b2f2f9afd9f28148f197c40c06fb55 (patch) | |
tree | aad85733f98c4c7081b7ee7fa5ac5aba33e1b396 /DEPS | |
parent | aa078b67d3d8e976ffeee26e2dcccb6e938b7008 (diff) | |
download | chromium_src-9e746269d1b2f2f9afd9f28148f197c40c06fb55.zip chromium_src-9e746269d1b2f2f9afd9f28148f197c40c06fb55.tar.gz chromium_src-9e746269d1b2f2f9afd9f28148f197c40c06fb55.tar.bz2 |
WebKit merge from 46726 to 46732 to unbreak the canary bots.
r46732 upstream renamed some inspector JS files so we need to
update the list on our side (we should probably try to move
this into WebCore.gypi).
Review URL: http://codereview.chromium.org/160548
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22333 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": "46726", + "webkit_revision": "46732", } |