Index: src/icu_util.h |
diff --git a/src/icu_util.h b/src/icu_util.h |
index 478abce508cc69a74b83028e19ddc66f9ea1d641..6b50c185c513297c149d0eff2a78b831dd561bbb 100644 |
--- a/src/icu_util.h |
+++ b/src/icu_util.h |
@@ -35,7 +35,7 @@ namespace internal { |
// Call this function to load ICU's data tables for the current process. This |
// function should be called before ICU is used. |
-bool InitializeICU(); |
+bool InitializeICU(const char* icu_data_file); |
} } // namespace v8::internal |