summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-locker.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/include/v8-locker.h')
-rw-r--r--deps/v8/include/v8-locker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/include/v8-locker.h b/deps/v8/include/v8-locker.h
index 88ce4beb62..7ca5bf6e42 100644
--- a/deps/v8/include/v8-locker.h
+++ b/deps/v8/include/v8-locker.h
@@ -127,6 +127,7 @@ class V8_EXPORT Locker {
* The current implementation is quite confusing and leads to unexpected
* results if anybody uses v8::Locker in the current process.
*/
+ V8_DEPRECATE_SOON("This method will be removed.")
static bool WasEverUsed();
V8_DEPRECATED("Use WasEverUsed instead")
static bool IsActive();