| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 89c9042ea8e9c5f2ffb1fa67ea7e43412e3e48ca..910384566f125ddc49df81930f2d49492f331cdd 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5123,7 +5123,7 @@ class V8_EXPORT Isolate {
|
| */
|
| static Isolate* New(const CreateParams& params);
|
|
|
| - static V8_DEPRECATED("Always pass CreateParams", Isolate* New());
|
| + static V8_DEPRECATE_SOON("Always pass CreateParams", Isolate* New());
|
|
|
| /**
|
| * Returns the entered isolate for the current thread or NULL in
|
|
|