summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 08:58:29 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 08:58:29 +0000
commite23d0ef51d4c6d3180ee816450d7e9d58dad2970 (patch)
tree48977f255f9232598ee9301bdf343731e61b425a /DEPS
parentea658884b716cef22f0bacb3114649cb59f6f248 (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index bef2d64..73cfa1e 100644
--- a/DEPS
+++ b/DEPS
@@ -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.