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

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

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 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
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 571e49909b9e2b8f4049c85da293be97701b440d..90a2004f672a7c02b07ea7d331c308bed79f7c32 100644
--- a/third_party/WebKit/Source/core/inspector/injected_script_externs.js
+++ b/third_party/WebKit/Source/core/inspector/injected_script_externs.js
@@ -33,13 +33,7 @@ InjectedScriptHostClass.prototype.internalConstructorName = function(obj) {}
* @param {*} obj
* @return {boolean}
*/
-InjectedScriptHostClass.prototype.isDOMWrapper = function(obj) {}
-
-/**
- * @param {*} obj
- * @return {boolean}
- */
-InjectedScriptHostClass.prototype.isHTMLAllCollection = function(obj) {}
+InjectedScriptHostClass.prototype.formatAccessorsAsProperties = function(obj) {}
/**
* @param {*} obj

Powered by Google App Engine
This is Rietveld 408576698