| Index: third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| index b9aee7836cf362aa4e1869f62c23f687c6fe8158..d3b20f876c16b70b22b26a403016b95cecdbca39 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -18,7 +18,6 @@ public:
|
| static InjectedScriptHost* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>);
|
| static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
|
|
|
| - static void clearConsoleMessagesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void inspectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void inspectedObjectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| @@ -29,10 +28,6 @@ public:
|
| static void collectionEntriesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void getInternalPropertiesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void debugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void undebugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void monitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void unmonitorFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void callFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void suppressWarningsAndCallFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void setNonEnumPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|