| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| index 8f5c0b859620e1bd89e8dd247dd1f0d3d0ab9182..5b94b4b5eda0bdb94cd3ce771d54985f5ba882a3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -617,7 +617,7 @@ Profiler.HeapSnapshotView = class extends UI.SimpleView {
|
| var runtimeModel = target ? target.model(SDK.RuntimeModel) : null;
|
| if (!row || !span || !target || !runtimeModel)
|
| return null;
|
| - var node = row[DataGrid.DataGrid._dataGridNodeSymbol];
|
| + var node = row._dataGridNode;
|
| var objectPopoverHelper;
|
| return {
|
| box: span.boxInWindow(),
|
|
|