| 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 18b37200df2eb04b2acdedb1ebd2fe60de405e47..043c81220216341cc17f677c869a0af3a5ff3340 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 inspectCallback(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>&);
|
|
|