Deprecate Isolate::New
authorjochen <jochen@chromium.org>
Tue, 12 May 2015 04:59:46 +0000 (21:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 04:59:40 +0000 (04:59 +0000)
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}

include/v8.h

index 3e173da..5ce6dd5 100644 (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