From 29cb03af5585572ba8a1ea2a3800e4df3f3addd0 Mon Sep 17 00:00:00 2001 From: Sean Feng Date: Wed, 17 Jan 2024 09:13:37 -0500 Subject: [PATCH] Correct the bug url for Long Animation Frame API --- activities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activities.json b/activities.json index 75ff123..81f7ad3 100644 --- a/activities.json +++ b/activities.json @@ -939,7 +939,7 @@ "ciuName": null, "description": "This specification defines APIs for reporting information for frames that take a long time to render.", "id": "long-animation-frame-api", - "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1734997", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1348405", "mozPosition": "positive", "mozPositionDetail": "This feature allows web developers to measure frame congestion and jank, and has a correlation with how user perceive this type of congestion. Web developers can use this API to improve the perceived performance of their pages.", "mozPositionIssue": 929,