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