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

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

Issue 2102453003: [DevTools] Move collectionEntries to internalProperties in protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 218010938c10e3139893d958b25e16b653891a69..5fba025caab2b819696a12069064858f278a144e 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
@@ -33,12 +33,6 @@ InjectedScriptHostClass.prototype.subtype = function(obj) {}
InjectedScriptHostClass.prototype.isTypedArray = function(obj) {}
/**
- * @param {!Object} obj
- * @return {?Array.<*>}
- */
-InjectedScriptHostClass.prototype.collectionEntries = function(obj) {}
-
-/**
* @param {*} obj
* @return {!Array.<*>}
*/

Powered by Google App Engine
This is Rietveld 408576698