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:
jochen 2015-05-11 21:59:46 -07:00 committed by Commit bot
parent 3b7b05b4d1
commit ae87d088bc

View File

@ -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