| Index: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| index 247a40c4bcc0858055f78c95cea129faf9370787..c1dd719b224f8306173071693696cdd817cf01ac 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
|
| @@ -2414,8 +2414,8 @@ HeapSnapshotWorker.JSHeapSnapshot = class extends HeapSnapshotWorker.HeapSnapsho
|
| detachedDOMTreeNode: 2,
|
| pageObject: 4 // The idea is to track separately the objects owned by the page and the objects owned by debugger.
|
| };
|
| - this.initialize();
|
| this._lazyStringCache = {};
|
| + this.initialize();
|
| }
|
|
|
| /**
|
|
|