| 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 d3b20f876c16b70b22b26a403016b95cecdbca39..18b37200df2eb04b2acdedb1ebd2fe60de405e47 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -19,7 +19,6 @@ public:
|
| static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
|
|
|
| static void inspectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void inspectedObjectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void isTypedArrayCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|