Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 3bcea9aec112691593cd36c4dea1cb31479f1a5b..f467ed4d887a593f9708993d36a514ec20bcaf75 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4954,8 +4954,11 @@ class V8_EXPORT V8 { |
/** |
* Initialize the ICU library bundled with V8. The embedder should only |
* invoke this method when using the bundled ICU. Returns true on success. |
+ * |
+ * If V8 was compiled with the ICU data in an external file, the location |
+ * of the data file as to be passed. |
danno
2014/03/25 08:47:21
has to be provided
jochen (gone - plz use gerrit)
2014/03/25 12:04:11
Done.
|
*/ |
- static bool InitializeICU(); |
+ static bool InitializeICU(const char* icu_data_file = NULL); |
/** |
* Sets the v8::Platform to use. This should be invoked before V8 is |