Steps to reproduce: 1. Go to apple.com/iphone14 2. Open Web Inspector 3. In the sources tab, add a breakpoint on line 9336 of main.built.js (the line contains `let e = new DOMMatrix(t.getPropertyValue("transform")),`) 4. Refresh the page. 5. The breakpoint will hit, but it will take minutes for the resource to appear (it'll just be a frozen spinner for awhile). 5. Once the resource appears, notice that every single line has an inline breakpoint indicator, but they shouldn't. Notes: I suspect that the long wait is us trying to add all these indicators to the DOM alongside the pretty-printed source.
Pull request: https://github.com/WebKit/WebKit/pull/5059
Committed 255200@main (aef0fd4fa3ee): <https://commits.webkit.org/255200@main> Reviewed commits have been landed. Closing PR #5059 and removing active labels.
<rdar://problem/100830366>