| Index: third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js b/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| index f4c38439e40102e8e2ba895774b222a8079d4844..2816c3702a91ec38991e394481357226608cbf2f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| @@ -270,7 +270,7 @@ DebuggerScript.currentCallFrameByIndex = function(execState, index)
|
| var frameCount = execState.frameCount();
|
| if (index >= frameCount)
|
| return undefined;
|
| - return DebuggerScript._frameMirrorToJSCallFrame(execState.frame(index), undefined, false);
|
| + return DebuggerScript._frameMirrorToJSCallFrame(execState.frame(index), undefined);
|
| }
|
|
|
| DebuggerScript.stepIntoStatement = function(execState)
|
|
|