Index: src/inspector/injected-script-source.js |
diff --git a/src/inspector/injected-script-source.js b/src/inspector/injected-script-source.js |
index 044eb736c0243c24acc2e8ee9726a6a07febe297..84e72622139bbd1445c55db15f565988f8400675 100644 |
--- a/src/inspector/injected-script-source.js |
+++ b/src/inspector/injected-script-source.js |
@@ -946,10 +946,6 @@ InjectedScript.RemoteObject.prototype = { |
var value = descriptor.value; |
var type = typeof value; |
- // Never render functions in object preview. |
- if (type === "function" && (this.subtype !== "array" || !isUInt32(name))) |
- continue; |
- |
// Special-case HTMLAll. |
if (type === "undefined" && injectedScript._isHTMLAllCollection(value)) |
type = "object"; |