Commit d3ba6de7 authored by jochen@chromium.org's avatar jochen@chromium.org

Fix noi18n compilation

TBR=machenbach@chromium.org
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/212163009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20286 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9be61ddb
......@@ -50,7 +50,7 @@ namespace v8 {
namespace internal {
#if ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE
#if defined(V8_I18N_SUPPORT) && (ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE)
namespace {
char* g_icu_data_ptr = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment