Revision: 20286
Author:   [email protected]
Date:     Wed Mar 26 16:02:00 2014 UTC
Log:      Fix noi18n compilation

[email protected]
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/212163009
http://code.google.com/p/v8/source/detail?r=20286

Modified:
 /branches/bleeding_edge/src/icu_util.cc

=======================================
--- /branches/bleeding_edge/src/icu_util.cc     Wed Mar 26 15:46:05 2014 UTC
+++ /branches/bleeding_edge/src/icu_util.cc     Wed Mar 26 16:02:00 2014 UTC
@@ -50,7 +50,7 @@

 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;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to