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 d21bbdd33e3d28ab56a0acfc1121bed8b2c65a32..151ce9045d0d53513bcbc4b618cc23e0a08d198a 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h |
@@ -22,12 +22,13 @@ public: |
// is destroyed before debugger. |
static v8::Local<v8::Object> create(v8::Local<v8::Context>, V8DebuggerImpl*); |
+ static v8::Local<v8::Private> internalEntryPrivate(v8::Isolate*); |
+ |
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 collectionEntriesCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void getInternalPropertiesCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void suppressWarningsAndCallFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&); |