Bug 233928 - Assertion after removing stylesheet with loading @import rule
Summary: Assertion after removing stylesheet with loading @import rule
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-07 06:57 PST by Antti Koivisto
Modified: 2021-12-07 10:21 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.39 KB, patch)
2021-12-07 07:08 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2021-12-07 06:57:45 PST
hitting

Scope::~Scope()
{
    ASSERT(!hasPendingSheets());
}
Comment 1 Antti Koivisto 2021-12-07 07:08:19 PST
Created attachment 446170 [details]
Patch
Comment 2 EWS 2021-12-07 10:20:29 PST
Committed r286599 (?): <https://commits.webkit.org/r286599>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 446170 [details].
Comment 3 Radar WebKit Bug Importer 2021-12-07 10:21:23 PST
<rdar://problem/86163881>