Deprecate Isolate::New
Embedders need to always pass CreateParams now BUG=none LOG=y R=vogelheim@chromium.org Review URL: https://codereview.chromium.org/1133723004 Cr-Commit-Position: refs/heads/master@{#28353}
This commit is contained in:
parent
3b7b05b4d1
commit
ae87d088bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user