Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index af8426d7e66d6f82ff2cc54feef6b1b48525747d..88d42ea7bed42af17725faecfbb1cc1c3fe09d4e 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4650,6 +4650,8 @@ class V8_EXPORT Isolate { |
/** |
* Returns the entered isolate for the current thread or NULL in |
* case there is no current isolate. |
+ * |
+ * This method must not be invoked before V8::Initialize() was invoked. |
*/ |
static Isolate* GetCurrent(); |