Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 55059015b19113e71a1859902c28c5f88e3780f7..d4d333e43998bd1932188577b562fbfbda28613b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4699,6 +4699,12 @@ class V8EXPORT V8 { |
*/ |
static int ContextDisposedNotification(); |
+ /** |
+ * Initialize the ICU library bundled with V8. The embedder should only |
+ * invoke this method when using the bundled ICU. Returns true on success. |
+ */ |
+ static bool InitializeICU(); |
+ |
private: |
V8(); |