| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| index 84338fee8042dcf53de200f77c995f9923509c92..a4a824a7adf87515e3caee77ae68997d736b2c23 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -183,9 +183,6 @@ void V8RuntimeAgentImpl::callFunctionOn(ErrorString* errorString,
|
| return;
|
| }
|
|
|
| - if (!scope.installRemoteObjectAPI(scope.objectGroupName()))
|
| - return;
|
| -
|
| v8::MaybeLocal<v8::Value> maybeResultValue = m_debugger->callFunction(functionValue.As<v8::Function>(), scope.context(), scope.object(), argc, argv.get());
|
| // Re-initialize after running client's code, as it could have destroyed context or session.
|
| if (!scope.initialize())
|
|
|