Expand inline call frames in error stack traces

This CL adds support for expanding inlined functions when formatting
Error stack traces.

Bug: 1189161
Change-Id: I79ac5f5ad5c15d520a876ad13ff7efaa20a7772f
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2775602
Commit-Queue: Philip Pfaffe <pfaffe@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
diff --git a/front_end/lighthouse/LighthouseReportRenderer.ts b/front_end/lighthouse/LighthouseReportRenderer.ts
index d398f4b..7772090 100644
--- a/front_end/lighthouse/LighthouseReportRenderer.ts
+++ b/front_end/lighthouse/LighthouseReportRenderer.ts
@@ -127,6 +127,7 @@
       const element = await Components.Linkifier.Linkifier.linkifyURL(url, {
         lineNumber: line,
         columnNumber: column,
+        inlineFrameIndex: 0,
         maxLength: MaxLengthForLinks,
         bypassURLTrimming: undefined,
         className: undefined,