| Index: third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.h b/third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.h
|
| index 9cd650cc80168bb4f8379cb44dd6000881deeab7..865b824eb013ccd8c2a3f3eac996a74bd16e0ef3 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.h
|
| @@ -10,6 +10,8 @@
|
| namespace v8_inspector {
|
|
|
| v8::MaybeLocal<v8::Value> copyValueFromDebuggerContext(v8::Isolate*, v8::Local<v8::Context> debuggerContext, v8::Local<v8::Context> toContext, v8::Local<v8::Value>);
|
| +v8::Maybe<bool> safeCreateDataProperty(v8::Local<v8::Context>, v8::Local<v8::Object>, v8::Local<v8::Name> key, v8::Local<v8::Value>);
|
| +v8::Maybe<bool> safeCreateDataProperty(v8::Local<v8::Context>, v8::Local<v8::Array>, int index, v8::Local<v8::Value>);
|
|
|
| } // namespace v8_inspector
|
|
|
|
|