| Index: Source/devtools/front_end/HeapSnapshot.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshot.js b/Source/devtools/front_end/HeapSnapshot.js
|
| index f37c747715bd2a4bd94d73f27cc0604556348e33..c188581d37b3fabde6fc22fb0370f6af19d5f1b6 100644
|
| --- a/Source/devtools/front_end/HeapSnapshot.js
|
| +++ b/Source/devtools/front_end/HeapSnapshot.js
|
| @@ -1329,7 +1329,7 @@ WebInspector.HeapSnapshot.prototype = {
|
|
|
| // bfs for the rest of objects
|
| nodesToVisitLength = 0;
|
| - this.forEachRoot(enqueueNode.bind(null, 0), false);
|
| + this.forEachRoot(enqueueNode.bind(null, WebInspector.HeapSnapshotCommon.baseSystemDistance), false);
|
| this._bfs(nodesToVisit, nodesToVisitLength, distances);
|
| },
|
|
|
|
|