| Index: third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| diff --git a/third_party/WebKit/Source/core/inspector/injected_script_externs.js b/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| index c78421fcf0fd4dbb7df54f1fe6a8111d8d133d91..571e49909b9e2b8f4049c85da293be97701b440d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| +++ b/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| @@ -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
|
|
|