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 2694bac103f80722d27da2b8ad44c0a5e34595f6..d1d88f1fc32790b1acf22d8dbbb1d504bcb31858 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
@@ -25,7 +25,6 @@ public: |
private: |
static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&); |
- static void isTypedArrayCallback(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>&); |
@@ -36,6 +35,8 @@ private: |
static void setFunctionVariableValueCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void proxyTargetValueCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ static void ownPropertyNamesCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ static void prototypeCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
}; |
} // namespace blink |