diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 08:05:17 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 08:05:17 +0000 |
commit | 0faaea3e530ee12c419ceedfaf8d4244edaf2481 (patch) | |
tree | 358187d5b172ad967cede54aac1a499830ae70a6 /DEPS | |
parent | 3e914b049d3b1f0f0081a8bbb6369b4fd25fe25c (diff) | |
download | chromium_src-0faaea3e530ee12c419ceedfaf8d4244edaf2481.zip chromium_src-0faaea3e530ee12c419ceedfaf8d4244edaf2481.tar.gz chromium_src-0faaea3e530ee12c419ceedfaf8d4244edaf2481.tar.bz2 |
Update WebKit to r93717.
Fix PPAPITest.PostMessage test which relied on the buggy behavior of
postMessage that had null for the ports property (which has been fixed
in this WebKit roll).
BUG=94182
TEST=none
TBR=podivilov
Review URL: http://codereview.chromium.org/7745015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", - "webkit_revision": "93705", + "webkit_revision": "93717", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", "nacl_revision": "6539", |