| Index: third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp
|
| index 69362fbc903b46ceab6747e2e3e4ff3e2ad558af..773ae99201e747e0b741a2af0d5a21c7bb97cf3c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp
|
| @@ -237,9 +237,4 @@ void V8InjectedScriptHost::prototypeCallback(const v8::FunctionCallbackInfo<v8::
|
| info.GetReturnValue().Set(info[0].As<v8::Object>()->GetPrototype());
|
| }
|
|
|
| -v8::Local<v8::Private> V8Debugger::scopeExtensionPrivate(v8::Isolate* isolate)
|
| -{
|
| - return v8::Private::ForApi(isolate, toV8StringInternalized(isolate, "V8Debugger#scopeExtension"));
|
| -}
|
| -
|
| } // namespace blink
|
|
|