[tools] Fix map click handler in ic-panel

Bug: v8:10644
Change-Id: I14bbe3afcef09b0d2a785c61d603974c3c393d72
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2565121
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71478}
This commit is contained in:
Sathya Gunasekaran 2020-11-30 09:28:55 +00:00 committed by Commit Bot
parent c18d462ddd
commit f5950e25e2

View File

@ -82,7 +82,7 @@ DOM.defineCustomElement(
} }
handleMapClick(e) { handleMapClick(e) {
const group = e.target.parentNode.entry; const group = e.target.parentNode.group;
const id = group.key; const id = group.key;
const selectedMapLogEntries = const selectedMapLogEntries =
this.searchIcLogEntryToMapLogEntry(id, group.entries); this.searchIcLogEntryToMapLogEntry(id, group.entries);