Commit 5ce054ac authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[DevTools] Fix injected_script_externs.js

Method evaluateWithExceptionDetails was changed in https://codereview.chromium.org/1617393002/

TBR=dgozman@chromium.org

Review URL: https://codereview.chromium.org/1631113002

Cr-Commit-Position: refs/heads/master@{#371407}
parent a252467b
......@@ -91,9 +91,10 @@ InjectedScriptHostClass.prototype.eval = function(text) {}
/**
* @param {string} text
* @param {!Object=} commandLineAPI
* @return {*}
*/
InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(text) {}
InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(text, commandLineAPI) {}
/**
* @param {*} fn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment