| 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 bf49fa71f40cea9d7aff9bae01e393f054bbc214..2ac7f9401f8ae289f22f52a0b7499b3751dddc7d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -27,7 +27,7 @@ private:
|
| static void isTypedArrayCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void subtypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void getInternalPropertiesCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static void suppressWarningsAndCallFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| + static void hasOwnPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void proxyTargetValueCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void prototypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|