| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 85074091e220c8bc6dc11cf8c0b21372a12404f5..9ccbc6eb1863bdefe9fbb88a3149cbcb9956d47c 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2679,10 +2679,10 @@ class V8_EXPORT Object : public Value {
|
| V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
|
| bool ForceSet(Local<Value> key, Local<Value> value,
|
| PropertyAttribute attribs = None));
|
| - V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
|
| - Maybe<bool> ForceSet(Local<Context> context, Local<Value> key,
|
| - Local<Value> value,
|
| - PropertyAttribute attribs = None));
|
| + V8_DEPRECATE_SOON("Use CreateDataProperty / DefineOwnProperty",
|
| + Maybe<bool> ForceSet(Local<Context> context,
|
| + Local<Value> key, Local<Value> value,
|
| + PropertyAttribute attribs = None));
|
|
|
| V8_DEPRECATE_SOON("Use maybe version", Local<Value> Get(Local<Value> key));
|
| V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
|
|
|