Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index c422e172d2dd15dc51854faad7798bb216f2b623..f577e937a5d355a5b67ab4aa68b3680b183e88dd 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3205,12 +3205,6 @@ class V8EXPORT V8 { |
static void SetCreateHistogramFunction(CreateHistogramCallback); |
static void SetAddHistogramSampleFunction(AddHistogramSampleCallback); |
- /** |
- * Enables the computation of a sliding window of states. The sliding |
- * window information is recorded in statistics counters. |
- */ |
- static void EnableSlidingStateWindow(); |
- |
/** Callback function for reporting failed access checks.*/ |
static void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback); |