| Index: src/inspector/injected-script-source.js
|
| diff --git a/src/inspector/injected-script-source.js b/src/inspector/injected-script-source.js
|
| index de00422e2a0181553ab94a64eda21ca12a1c3da6..33d46a5c5d0a8ddb1c8d7fa22950ec973e3efe67 100644
|
| --- a/src/inspector/injected-script-source.js
|
| +++ b/src/inspector/injected-script-source.js
|
| @@ -898,7 +898,7 @@ InjectedScript.RemoteObject.prototype = {
|
| }
|
| this._appendPropertyPreviewDescriptors(preview, descriptors, secondLevelKeys, isTable);
|
|
|
| - if (subtype === "map" || subtype === "set" || subtype === "weakmap" || subtype === "weakset" || subtype === "iterator")
|
| + if (subtype === "map" || subtype === "set" || subtype === "weakmap" || subtype === "weakset" || subtype === "weakref" || subtype === "iterator")
|
| this._appendEntriesPreview(entries, preview, skipEntriesPreview);
|
|
|
| } catch (e) {}
|
|
|