| 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 44448964507dd6b355beafd80c8d5f2b8efcb52a..14eeaa2fef7272912e0b6b2b8a5e1ef4e00dc47d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| @@ -547,9 +547,9 @@ DebuggerScript._frameMirrorToJSCallFrame = function(frameMirror, callerFrame)
|
| return location ? location.column : 0;
|
| }
|
|
|
| - function evaluate(expression, scopeExtension)
|
| + function evaluate(expression)
|
| {
|
| - return frameMirror.evaluate(expression, false, scopeExtension).value();
|
| + return frameMirror.evaluate(expression, false).value();
|
| }
|
|
|
| function restart()
|
|
|