diff options
author | Simon Wülker <simon.wuelker@arcor.de> | 2025-01-22 15:50:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 14:50:37 +0000 |
commit | aed7e8cefd054995da4a448be7b734d956e9e11a (patch) | |
tree | cacc83356f157710d79a1522f01cc7072bd2dd18 /components/script/dom/dompoint.rs | |
parent | e74539404467cc31c03f52a419371258235a1d69 (diff) | |
download | servo-aed7e8cefd054995da4a448be7b734d956e9e11a.tar.gz servo-aed7e8cefd054995da4a448be7b734d956e9e11a.zip |
Remove BlobState abstraction (#35114)
The BlobState enum was used to track whether a GlobalScope
was managing any blobs (effectively like an `Option<HashMap>`,
being `None` if no blobs are being managed)
This is a pointless abstraction, as a HashMap is already allowed
to be empty. Removing `BlobState` and just using a
HashMap directly reduces noise and panic! invocations when
working with the blob store.
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
Diffstat (limited to 'components/script/dom/dompoint.rs')
0 files changed, 0 insertions, 0 deletions