| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 993dfb91fb481d596bd03159c3f08e94e336feba..9f6190a4c9dc02a40574f42d3abfb6cd778e9d12 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4929,6 +4929,7 @@ class V8EXPORT Context {
|
| explicit V8_INLINE(Scope(Handle<Context> context)) : context_(context) {
|
| context_->Enter();
|
| }
|
| + // TODO(dcarney): deprecate
|
| V8_INLINE(Scope(Isolate* isolate, Persistent<Context>& context)) // NOLINT
|
| #ifndef V8_USE_UNSAFE_HANDLES
|
| : context_(Handle<Context>::New(isolate, context)) {
|
|
|