Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 43154927ea0af585e449e79a8c6cc7684d281e75..b5db5fe4295d11d17589fdeb07fefdbf2cde7e81 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -6331,12 +6331,6 @@ |
| */ |
| void VisitWeakHandles(PersistentHandleVisitor* visitor); |
| - /** |
| - * Check if this isolate is in use. |
| - * True if at least one thread Enter'ed this isolate. |
| - */ |
| - bool IsInUse(); |
| - |
| private: |
| template <class K, class V, class Traits> |
| friend class PersistentValueMapBase; |