Reviewers: Michael Achenbach,
Description:
Fix noi18n compilation
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/212163009/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/icu_util.cc
Index: src/icu_util.cc
diff --git a/src/icu_util.cc b/src/icu_util.cc
index
5ca9dbd5032e7ff8e05ce5544c723b17d9305753..1fff8170ff602e00e3267b92a6a9fc27f4dfd866
100644
--- a/src/icu_util.cc
+++ b/src/icu_util.cc
@@ -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;
--
--
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.