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 /build/common.gypi | |
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 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 2b851d4..a21d812 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1105,9 +1105,6 @@ # Turns on compiler optimizations in V8 in Debug build. 'v8_optimized_debug': 1, - # Turns on the i18n support in V8. - 'v8_enable_i18n_support': 1, - 'conditions': [ # The version of GCC in use, set later in platforms that use GCC and have # not explicitly chosen to build with clang. Currently, this means all |