Skip to content

Commit add0f03

Browse files
authored
Update first-meaningful-paint.js
1 parent e7d3ef0 commit add0f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/audits/first-meaningful-paint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class FirstMeaningfulPaint extends Audit {
166166
e.name === 'Paint' ||
167167
e.name === 'TracingStartedInPage';
168168
}).forEach(event => {
169-
// Grab the page's ID from TracingStartedInPage
169+
// Grab the page's ID from the first TracingStartedInPage in the trace
170170
if (event.name === 'TracingStartedInPage' && !mainFrameID) {
171171
mainFrameID = event.args.data.page;
172172
}

0 commit comments

Comments
 (0)