From 66f428dd373e0cf4ff996b586692c495bb38d6e0 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Thu, 30 Apr 2015 11:44:45 +0200 Subject: [PATCH] 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} --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8.h b/include/v8.h index 89c9042..9103845 100644 --- a/include/v8.h +++ b/include/v8.h @@ -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 -- 2.7.4