diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 20:24:41 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 20:24:41 +0000 |
commit | db7a9cd373d98138f047966f0353eb005e2fdb9a (patch) | |
tree | 29e39a12efb7bb080271a6b67c1309654846198b /DEPS | |
parent | 1609ebc02a548740c83c859e54a7c1bfd4b8c3df (diff) | |
download | chromium_src-db7a9cd373d98138f047966f0353eb005e2fdb9a.zip chromium_src-db7a9cd373d98138f047966f0353eb005e2fdb9a.tar.gz chromium_src-db7a9cd373d98138f047966f0353eb005e2fdb9a.tar.bz2 |
Revert "Turn on i18n support in V8."
This reverts r213418 as it caused Blink LayoutTest failures:
fast/js/kde/inbuilt_function_tostring.html
fast/workers/stress-js-execution.html
The crash in stress-js-execution looks particularly bad, as it
crashes with a CHECK failure about mismatched isolates (suggesting
that we're on the wrong thread).
BUG=v8:2745
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/19476008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ deps = { "src/third_party/bidichecker": (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", + "src/third_party/v8-i18n": + (Var("googlecode_url") % "v8-i18n") + "/trunk@191", + # When roll to another webgl conformance tests revision, please goto # chrome/test/gpu and run generate_webgl_conformance_test_list.py. "src/third_party/webgl_conformance": |