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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js

Issue 1812983002: [DevTools] Move evaluate from InjectedScriptSource.js to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-evaluate-on-call-frame
Patch Set: Removed _callFrameForId Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
diff --git a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
index 5cf2cf8596608d42ceab2f0893d247b2621e65df..553e41941642a08e7860ddf00f6e465241f1d5f6 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
+++ b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
@@ -78,13 +78,6 @@ InjectedScriptHostClass.prototype.getEventListeners = function(target) {}
InjectedScriptHostClass.prototype.eval = function(text) {}
/**
- * @param {string} text
- * @param {!Object=} commandLineAPI
- * @return {*}
- */
-InjectedScriptHostClass.prototype.evaluateWithExceptionDetails = function(text, commandLineAPI) {}
-
-/**
* @param {*} fn
*/
InjectedScriptHostClass.prototype.debugFunction = function(fn) {}

Powered by Google App Engine
This is Rietveld 408576698