| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 5ab8493852072a1a90fccb4725867af6e7afc8bf..38a3832113b959280e720af7091d5b2489c9c385 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6498,7 +6498,7 @@ class V8_EXPORT TryCatch {
|
| * all TryCatch blocks should be stack allocated because the memory
|
| * location itself is compared against JavaScript try/catch blocks.
|
| */
|
| - V8_DEPRECATE_SOON("Use isolate version", TryCatch());
|
| + V8_DEPRECATED("Use isolate version", TryCatch());
|
|
|
| /**
|
| * Creates a new try/catch block and registers it with v8. Note that
|
|
|