| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index d9ad17cc54712b2b66d948a6e0357faee94c0f99..86d65c33db738a434410cca6f83f2b6929c691e9 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2678,10 +2678,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,
|
|
|