aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbodyelement.rs
diff options
context:
space:
mode:
authorSimon Wülker <simon.wuelker@arcor.de>2025-01-22 15:50:37 +0100
committerGitHub <noreply@github.com>2025-01-22 14:50:37 +0000
commitaed7e8cefd054995da4a448be7b734d956e9e11a (patch)
treecacc83356f157710d79a1522f01cc7072bd2dd18 /components/script/dom/htmlbodyelement.rs
parente74539404467cc31c03f52a419371258235a1d69 (diff)
downloadservo-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/htmlbodyelement.rs')
0 files changed, 0 insertions, 0 deletions