Commit 66f428dd authored by Jochen Eisinger's avatar Jochen Eisinger

Bump Isolate::New back to deprecate soon

R=machenbach@chromium.org
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1115133002

Cr-Commit-Position: refs/heads/master@{#28152}
parent a34bbef3
......@@ -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
......
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