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..76a77e5eeed8df9c6f556841df0f4ee96f20ae2b 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 getPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void internalConstructorNameCallback( |
const v8::FunctionCallbackInfo<v8::Value>&); |
static void formatAccessorsAsProperties( |