| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 6ea7ddd6510a0ae82ed75d6b253885a161090ea9..856c50465c9d2994a5f4b17401b29fa3f05c3b01 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -696,7 +696,6 @@ PassOwnPtr<TracedValue> InspectorCompileScriptEvent::data(const String& url, con
|
| PassOwnPtr<TracedValue> InspectorFunctionCallEvent::data(ExecutionContext* context, const v8::Local<v8::Function>& function)
|
| {
|
| OwnPtr<TracedValue> value = TracedValue::create();
|
| - setCallStack(value.get());
|
| if (LocalFrame* frame = frameForExecutionContext(context))
|
| value->setString("frame", toHexString(frame));
|
|
|
|
|