diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 17:17:56 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 17:17:56 +0000 |
commit | d7e1b923b1c93c18e4cf9678d97410b76aed7a0d (patch) | |
tree | 82099c99607c5d935087c7fc1768e982ed5046cb /DEPS | |
parent | ebb10bb4a98fd35f452a2def2722875844926402 (diff) | |
download | chromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.zip chromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.tar.gz chromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.tar.bz2 |
Bump libc++/libc++abi version to 206024. Enable GeolocationPermissionContextTests.TabDestroyed.
libc++ revision 206024 has changed std::map behavior and now GeolocationPermissionContextTests.TabDestroyed should pass.
Enable it and remove the unnecessary check which has been added in r261798.
BUG=358707
R=earthdok@chromium.org
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/234663003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ vars = { "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", "llvm_url": "http://src.chromium.org/llvm-project", "llvm_git": "https://llvm.googlesource.com", - "libcxx_revision": "197314", - "libcxxabi_revision": "197063", + "libcxx_revision": "206024", + "libcxxabi_revision": "206024", "webkit_trunk": "http://src.chromium.org/blink/trunk", "nacl_trunk": "http://src.chromium.org/native_client/trunk", "webkit_revision": "171752", |