| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index f0b627e7b79c16c05f5c64beedb572587889291e..1bb06882787eb3e98fe2e1b33151e28bdf12421b 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3074,8 +3074,7 @@ class V8_EXPORT RegExp : public Object {
|
| class V8_EXPORT External : public Value {
|
| public:
|
| static Local<External> New(Isolate* isolate, void* value);
|
| - // Deprecated, do not use.
|
| - static Local<External> New(void* value);
|
| + V8_DEPRECATED("Will be removed", static Local<External> New(void *value));
|
| V8_INLINE static External* Cast(Value* obj);
|
| void* Value() const;
|
| private:
|
|
|