diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 17:28:10 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 17:28:10 +0000 |
commit | 0b8316e352a26b010d76758ee7b0f61041014bfb (patch) | |
tree | 01f6ab62dccae15dab0a25f50d4df3272c55a2c2 | |
parent | 4143cfdef4461e79dd450ba2232888deb41813be (diff) | |
download | chromium_src-0b8316e352a26b010d76758ee7b0f61041014bfb.zip chromium_src-0b8316e352a26b010d76758ee7b0f61041014bfb.tar.gz chromium_src-0b8316e352a26b010d76758ee7b0f61041014bfb.tar.bz2 |
Merge 62753 - 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
TBR=jshin@chromium.org
Review URL: http://codereview.chromium.org/3852003
git-svn-id: svn://svn.chromium.org/chrome/branches/552/src@62940 0039d316-1c4b-4281-b951-d872f2087c98
-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", |