Index: src/inspector/injected-script-source.js |
diff --git a/src/inspector/injected-script-source.js b/src/inspector/injected-script-source.js |
index 39c6c9c1e84b0d461a415ab5f9a6d6ec2588f1a2..f3c8d6b96e1e3745cfce176fb09f0780a5b03b71 100644 |
--- a/src/inspector/injected-script-source.js |
+++ b/src/inspector/injected-script-source.js |
@@ -260,18 +260,6 @@ InjectedScript.prototype = { |
}, |
/** |
- * @param {!Array<*>} array |
- * @param {string} groupName |
- * @param {boolean} forceValueType |
- * @param {boolean} generatePreview |
- */ |
- wrapObjectsInArray: function(array, groupName, forceValueType, generatePreview) |
- { |
- for (var i = 0; i < array.length; ++i) |
- array[i] = this.wrapObject(array[i], groupName, forceValueType, generatePreview); |
- }, |
- |
- /** |
* @param {!Object} table |
* @param {!Array.<string>|string|boolean} columns |
* @return {!RuntimeAgent.RemoteObject} |