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..2b1d3ce7759eabaa22b4904e44507a84a727bcbf 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 objectHasOwnPropertyCallback(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>&); |