| 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 d1d88f1fc32790b1acf22d8dbbb1d504bcb31858..507174b259b6e04b8c30de0822f0f3bf3fcf7a03 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -24,7 +24,6 @@ public:
|
|
|
| private:
|
| static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void subtypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void generatorObjectDetailsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void collectionEntriesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| @@ -37,6 +36,7 @@ private:
|
| static void proxyTargetValueCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void ownPropertyNamesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void prototypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void hasFunctionSourceCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| } // namespace blink
|
|
|