Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 0ed6c5d216b3f8708bea6ae794937b18f844591f..8d5e4baa3beaeada58116c787a0f40d7c60b8d22 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -132,10 +132,6 @@ class V8_EXPORT CpuProfile { |
/** |
* Deletes the profile and removes it from CpuProfiler's list. |
* All pointers to nodes previously returned become invalid. |
- * Profiles with the same uid but obtained using different |
- * security token are not deleted, but become inaccessible |
- * using FindProfile method. It is embedder's responsibility |
- * to call Delete on these profiles. |
*/ |
void Delete(); |
}; |