| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 821b3982405f8946fa52a6a78ad657bfd4995303..398741ac6e907abbe264e58b4cd54bea25ac26ba 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -30,6 +30,8 @@ public:
|
| v8::MaybeLocal<v8::Value> compileAndRunInternalScript(v8::Local<v8::String>) override;
|
| v8::MaybeLocal<v8::Value> callFunction(v8::Local<v8::Function>, v8::Local<v8::Context>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) override;
|
| v8::MaybeLocal<v8::Value> callInternalFunction(v8::Local<v8::Function>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> info[]) override;
|
| + String valueSubtype(v8::Local<v8::Value>) override;
|
| + bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
|
|
|
| V8Debugger* debugger() const { return m_debugger.get(); }
|
|
|
|
|