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

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

Issue 1823883002: [DevTools] Removed InjectedScriptHost.eval and InjectedScriptHost.objectForId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-get-collection-entries
Patch Set: 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 d75dc00a57f23227dd95d97da98fc6535b9d333a..7d9dc1bd4e81d5b50004a555481aa04ca9fec113 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
@@ -66,12 +66,6 @@ InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
InjectedScriptHostClass.prototype.getEventListeners = function(target) {}
/**
- * @param {string} text
- * @return {*}
- */
-InjectedScriptHostClass.prototype.eval = function(text) {}
-
-/**
* @param {*} fn
*/
InjectedScriptHostClass.prototype.debugFunction = function(fn) {}
@@ -123,12 +117,6 @@ InjectedScriptHostClass.prototype.bind = function(value, groupName) {}
/**
* @param {number} id
- * @return {*}
- */
-InjectedScriptHostClass.prototype.objectForId = function(id) {}
-
-/**
- * @param {number} id
* @return {string}
*/
InjectedScriptHostClass.prototype.idToObjectGroupName = function(id) {}

Powered by Google App Engine
This is Rietveld 408576698