Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: third_party/WebKit/Source/core/inspector/injected_script_externs.js

Issue 1631113002: [DevTools] Fix injected_script_externs.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698