Index: Source/devtools/front_end/RuntimeModel.js |
diff --git a/Source/devtools/front_end/RuntimeModel.js b/Source/devtools/front_end/RuntimeModel.js |
index cd57c51f828d97119165908ad9a7d43944608269..793a1f5cd476ac50a4b78d1b3e56f9c75008c847 100644 |
--- a/Source/devtools/front_end/RuntimeModel.js |
+++ b/Source/devtools/front_end/RuntimeModel.js |
@@ -160,7 +160,7 @@ WebInspector.RuntimeModel.prototype = { |
else |
callback(WebInspector.RemoteObject.fromPayload(result), !!wasThrown); |
} |
- RuntimeAgent.evaluate(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, this._currentExecutionContext ? this._currentExecutionContext.id : undefined, returnByValue, generatePreview, evalCallback); |
+ RuntimeAgent.evaluate(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, this._currentExecutionContext ? this._currentExecutionContext.id : undefined, returnByValue, false, generatePreview, evalCallback); |
}, |
/** |