Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 32d4392a3598da2033f7d9e3efc1bfa6e7539e43..9e3c1470dac9052dc864fce8067c5983a7dc0f61 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5440,7 +5440,9 @@ class V8_EXPORT Isolate { |
* |
* The idle_time_in_ms argument specifies the time V8 has to perform |
* garbage collection. There is no guarantee that the actual work will be |
- * done within the time limit. |
+ * done within the time limit. This variant is deprecated and will be removed |
+ * in the future. |
+ * |
* The deadline_in_seconds argument specifies the deadline V8 has to finish |
* garbage collection work. deadline_in_seconds is compared with |
* MonotonicallyIncreasingTime() and should be based on the same timebase as |