| 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 1566d1b2f8f7d30f9db28c4040355072933509c7..aadbe6eda7f6032d784e78fc5699fd8b2578d15e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -25,7 +25,6 @@ public:
|
| static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void isTypedArrayCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void subtypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void functionDetailsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void generatorObjectDetailsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void collectionEntriesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void getInternalPropertiesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|