| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp
|
| index 920d9d43ce2001faae54fb6a9cc975e10e9dcb01..5218da8afac45c5e208e6a429779e8a00d236627 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp
|
| @@ -168,7 +168,6 @@ void InjectedScript::releaseObject(const String16& objectId)
|
| PassOwnPtr<protocol::Runtime::RemoteObject> InjectedScript::wrapObject(ErrorString* errorString, v8::Local<v8::Value> value, const String16& groupName, bool forceValueType, bool generatePreview) const
|
| {
|
| v8::HandleScope handles(m_context->isolate());
|
| - V8FunctionCall function(m_context->debugger(), m_context->context(), v8Value(), "wrapObject");
|
| v8::Local<v8::Value> wrappedObject;
|
| if (!wrapValue(errorString, value, groupName, forceValueType, generatePreview).ToLocal(&wrappedObject))
|
| return nullptr;
|
|
|