| 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 9a2582416a34a454cd4340110187b7046ea3f8ef..bf49fa71f40cea9d7aff9bae01e393f054bbc214 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h
|
| @@ -21,10 +21,6 @@ public:
|
| // We expect that debugger outlives any JS context and thus V8InjectedScriptHost (owned by JS)
|
| // is destroyed before debugger.
|
| static v8::Local<v8::Object> create(v8::Local<v8::Context>, V8DebuggerImpl*);
|
| -
|
| - static v8::Local<v8::Private> internalEntryPrivate(v8::Isolate*);
|
| - static v8::Local<v8::Private> internalLocationPrivate(v8::Isolate*);
|
| -
|
| private:
|
| static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|