| Index: LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| diff --git a/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html b/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| index fe39652608831b307f60d5214e508a11c356cfe2..01becbcb836db3c139ae9d3be960696ddf0a1abf 100644
|
| --- a/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| +++ b/LayoutTests/inspector/profiler/heap-snapshot-summary-search-by-id.html
|
| @@ -90,7 +90,7 @@ function test()
|
| var instanceNodes = constructorNode.children;
|
| for (var i = 0; i < instanceNodes.length; i++) {
|
| if (instanceNodes[i].snapshotNodeId == nodeId) {
|
| - if (!instanceNodes[i].element.classList.contains("highlighted-row")) {
|
| + if (!instanceNodes[i].element().classList.contains("highlighted-row")) {
|
| if (constructorsGrid._nodeToHighlightAfterScroll === instanceNodes[i]) {
|
| function afterScroll(nodeToHighlight)
|
| {
|
|
|