diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-15 17:43:55 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-15 17:43:55 +0000 |
commit | 1837c260a77fe90648bfd9f15d7173159e118a19 (patch) | |
tree | 4a3e2bdb00b2d3b27ff965bd36309f09da0749a0 /DEPS | |
parent | 4aedfdc7f083500f029d6d9eafb16da308dc9575 (diff) | |
download | chromium_src-1837c260a77fe90648bfd9f15d7173159e118a19.zip chromium_src-1837c260a77fe90648bfd9f15d7173159e118a19.tar.gz chromium_src-1837c260a77fe90648bfd9f15d7173159e118a19.tar.bz2 |
Pull in icu@62048 to fix the DST detection issue on Linux.
See http://codereview.chromium.org/3598015 for the actual change.
BUG=38632
TEST=1. Make a file locally and open the directory with the file when
daylight saving time is in effect. The time stamp should match that of
'ls' command.
2. Visit a web page and open up the history tab and see the entry has
the correct time stamp instead of time stamp 1-hr behind when daylight
saving time is in effect.
Review URL: http://codereview.chromium.org/3674001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ deps = { "/trunk/deps/third_party/WebKit@33467", "src/third_party/icu": - "/trunk/deps/third_party/icu42@60495", + "/trunk/deps/third_party/icu42@62048", "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@60758", |