diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-01 10:20:14 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-01 10:20:14 +0000 |
commit | c4e9890a10fb35a78247be5d204d77f512d7654c (patch) | |
tree | 721f8deca6173a7ea06f50e991597a2fde7269de /DEPS | |
parent | 0bda0e053a5d9dc61c6ab026b328873111eb2b81 (diff) | |
download | chromium_src-c4e9890a10fb35a78247be5d204d77f512d7654c.zip chromium_src-c4e9890a10fb35a78247be5d204d77f512d7654c.tar.gz chromium_src-c4e9890a10fb35a78247be5d204d77f512d7654c.tar.bz2 |
DevTools: inspector settings are now serialized into map, not a string
WebKit roll 60462:60647
Original review: http://codereview.chromium.org/2422001
Review URL: http://codereview.chromium.org/2459002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48628 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": "60462", + "webkit_revision": "60467", "ffmpeg_revision": "47712", "skia_revision": "562", "chromium_git": "http://src.chromium.org/git", |