| Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| index 08fbc87cc0db6904ee21f3c1f8ce80cfdba753e3..83489da462bf6461d0b4a808f18e1beda20afc61 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| @@ -56,6 +56,8 @@ private:
|
| static void monitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void unmonitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void lastEvaluationResultCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void inspectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void copyCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void inspectedObject(const v8::FunctionCallbackInfo<v8::Value>&, unsigned num);
|
| static void inspectedObject0(const v8::FunctionCallbackInfo<v8::Value>& info) { inspectedObject(info, 0); }
|
| static void inspectedObject1(const v8::FunctionCallbackInfo<v8::Value>& info) { inspectedObject(info, 1); }
|
|
|