diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 08:58:29 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 08:58:29 +0000 |
commit | e23d0ef51d4c6d3180ee816450d7e9d58dad2970 (patch) | |
tree | 48977f255f9232598ee9301bdf343731e61b425a /DEPS | |
parent | ea658884b716cef22f0bacb3114649cb59f6f248 (diff) | |
download | chromium_src-e23d0ef51d4c6d3180ee816450d7e9d58dad2970.zip chromium_src-e23d0ef51d4c6d3180ee816450d7e9d58dad2970.tar.gz chromium_src-e23d0ef51d4c6d3180ee816450d7e9d58dad2970.tar.bz2 |
Revert 135101 - Roll v8-i18n to r64.
This change adds new v8Intl global namespace and new API that reflects the current EcmaScript 402 draft - http://wiki.ecmascript.org/doku.php?id=globalization:specification_drafts.
The old v8Locale is still available, so the current users won't notice this addition.
BUG=28604
TEST=
Review URL: http://codereview.chromium.org/10321004
TBR=cira@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10348008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ deps = { (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", "src/third_party/v8-i18n": - (Var("googlecode_url") % "v8-i18n") + "/trunk@64", + (Var("googlecode_url") % "v8-i18n") + "/trunk@32", # When roll to another webgl conformance tests revision, please goto # chrome/test/gpu and run generate_webgl_conformance_test_list.py. |