| Index: Source/core/inspector/InjectedScriptSource.js
|
| diff --git a/Source/core/inspector/InjectedScriptSource.js b/Source/core/inspector/InjectedScriptSource.js
|
| index fc932764279b197c57bf26bb149d01718682a257..4db9b06480347e5317e682e031e2a18f1e767271 100644
|
| --- a/Source/core/inspector/InjectedScriptSource.js
|
| +++ b/Source/core/inspector/InjectedScriptSource.js
|
| @@ -1214,7 +1214,7 @@ InjectedScript.RemoteObject.prototype = {
|
| }
|
| this._appendPropertyDescriptors(preview, internalProperties, propertiesThreshold, secondLevelKeys, isTable);
|
|
|
| - if (this.subtype === "map" || this.subtype === "set")
|
| + if (this.subtype === "map" || this.subtype === "set" || this.subtype === "iterator")
|
| this._appendEntriesPreview(object, preview, skipEntriesPreview);
|
|
|
| } catch (e) {
|
|
|