diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 07:41:24 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 07:41:24 +0000 |
commit | 94a0c143a8f897a963662a1e81d0347291e6e039 (patch) | |
tree | 078027ade16c58373a0f11dc60dfba5377cefb4d /DEPS | |
parent | 347dd2b946fae0f44cfed97b9fa7cf456cd623a4 (diff) | |
download | chromium_src-94a0c143a8f897a963662a1e81d0347291e6e039.zip chromium_src-94a0c143a8f897a963662a1e81d0347291e6e039.tar.gz chromium_src-94a0c143a8f897a963662a1e81d0347291e6e039.tar.bz2 |
Reduce string conversions related to cookie handling, and eliminate some
unnecessary WebKit:: scoping.
This is part of a speculative fix for the intl1 page cycler regression.
TBR=dglazkov
Review URL: http://codereview.chromium.org/39120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@10870", + "/trunk/deps/third_party/WebKit@10883", "src/third_party/icu38": "/trunk/deps/third_party/icu38@10692", |