Commit ae87d088 authored by jochen's avatar jochen Committed by Commit bot

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}
parent 3b7b05b4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment