diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 17:45:05 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 17:45:05 +0000 |
commit | 47d3d3bace5b5d950931485eb433505ec0572490 (patch) | |
tree | f8e4c299c3e717ffbb206298df27136dc5cc8877 /DEPS | |
parent | 7770fed87ca5d0b3ac9bb59a8679887ec6bd0717 (diff) | |
download | chromium_src-47d3d3bace5b5d950931485eb433505ec0572490.zip chromium_src-47d3d3bace5b5d950931485eb433505ec0572490.tar.gz chromium_src-47d3d3bace5b5d950931485eb433505ec0572490.tar.bz2 |
Revert r16863 -- WebKit Update 44123:44143 -- because
three tests (TestTwoAuths, TestDigestAuth, TestBasicAuth)
from LoginPromptTest in ui_tests.exe started to fail on
the "Vista Tests" buildbot after this checkin. Note that
those three tests are still passing on the "XP Tests",
"XP Tests (dbg)(1)", and "Vista Tests (dbg)(1)" buildbots.
TBR=ukai
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/112060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16873 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": "44143", + "webkit_revision": "44123", } |