| 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 aadbe6eda7f6032d784e78fc5699fd8b2578d15e..4239bf54b9a3a3230cdb879c16ebfd96d7d6d185 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -29,8 +29,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 evalCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void evaluateWithExceptionDetailsCallback(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>&);
|
| @@ -40,7 +38,6 @@ public:
|
| static void setNonEnumPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void setFunctionVariableValueCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void objectForIdCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void idToObjectGroupNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
|
|