diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 18:42:08 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 18:42:08 +0000 |
commit | fba0771332e394b2bd10e472598c05b2b74ac3a1 (patch) | |
tree | 2d4bee8fd967c16bbf3dbc04972b707eb30b292f /DEPS | |
parent | e18c145118e5ec17688c03cd95e44b9cdd97cce0 (diff) | |
download | chromium_src-fba0771332e394b2bd10e472598c05b2b74ac3a1.zip chromium_src-fba0771332e394b2bd10e472598c05b2b74ac3a1.tar.gz chromium_src-fba0771332e394b2bd10e472598c05b2b74ac3a1.tar.bz2 |
Update WebKit from 46288 to 46363.
This appears to fix http://crbug.com/17326 since the last test that was failing
in that set is now passing.
LayoutTests/editing/selection/move-begin-end.html is also passing now. I'm not
sure which WebKit patch to attribute that to.
http://trac.webkit.org/changeset/46363 caused a boat-load of tests to need to be
re-baselined, but that is expected and probably a temporary condition. Stephen
wanted to revert his WebCore change to see if it would resolve the reliability
test failure.
Otherwise, it looks like we picked up some media related crashers :-(
TBR=pkasting
BUG=17326
TEST=none
Review URL: http://codereview.chromium.org/160110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21554 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": "46288", + "webkit_revision": "46363", } |