| Index: src/inspector/v8-injected-script-host.h
|
| diff --git a/src/inspector/v8-injected-script-host.h b/src/inspector/v8-injected-script-host.h
|
| index a64c2f890c10aa888c62010f151358971dd4f08f..e20b6be360303732a68d4e0d987af9dd30da7f91 100644
|
| --- a/src/inspector/v8-injected-script-host.h
|
| +++ b/src/inspector/v8-injected-script-host.h
|
| @@ -29,6 +29,7 @@ class V8InjectedScriptHost {
|
| private:
|
| static void nullifyPrototypeCallback(
|
| const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void getCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void internalConstructorNameCallback(
|
| const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void formatAccessorsAsProperties(
|
|
|