Skip to content

Commit b6a19eb

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: ensure entity by URL cache is cleared
Else we could mistakenly not link events from a subsequent trace if the URL is already in the cache. Bug: 436491188 Change-Id: I988141e08f5a9b7b129db852cd327b0b19b2f302 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6822158 Commit-Queue: Philip Pfaffe <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]>
1 parent b800cbd commit b6a19eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/models/trace/handlers/RendererHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function reset(): void {
8181
entityMappings.eventsByEntity.clear();
8282
entityMappings.entityByEvent.clear();
8383
entityMappings.createdEntityCache.clear();
84+
entityMappings.entityByUrlCache.clear();
8485
allTraceEntries.length = 0;
8586
completeEventStack.length = 0;
8687
compositorTileWorkers.length = 0;

0 commit comments

Comments
 (0)