diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 00:58:34 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 00:58:34 +0000 |
commit | 9bd916052afca35014953ec65bb090fc8dfd0f94 (patch) | |
tree | 94625e4d9f10cc5e5e3c1555c7f4517c8c7e1c22 /DEPS | |
parent | 8acb6458b8258dc45c2027b2606eacbdc389b909 (diff) | |
download | chromium_src-9bd916052afca35014953ec65bb090fc8dfd0f94.zip chromium_src-9bd916052afca35014953ec65bb090fc8dfd0f94.tar.gz chromium_src-9bd916052afca35014953ec65bb090fc8dfd0f94.tar.bz2 |
Update ICU38 to r12390 to pick up the security patch.
BUG=2074,3823
TEST=1. LayoutTests/fast/encoding
2. chromium/fast/encoding
3. Go to https://bug381412.bugzilla.mozilla.org/attachment.cgi?id=267398
and see a bunch of 'inverse question marks' for U+FFFD. Also, hovering the mouse
over 'aaa' should not bring up an alert box. A real layout test will be added
later.
TBR=agl
Review URL: http://codereview.chromium.org/45039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ deps = { "/trunk/deps/third_party/WebKit@12376", "src/third_party/icu38": - "/trunk/deps/third_party/icu38@11496", + "/trunk/deps/third_party/icu38@12390", # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": |