mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Since `Storage::item_value` never returns an empty Optional, and since `PlatformObject::is_supported_property_index` only returns false when `item_value` returns an empty Optional, the loop in `PlatformObject::internal_own_property_keys` will never terminate when executed on a `Storage` instance. This fix allows youtube.com to load successfully :^)
2 lines
27 B
Plaintext
2 lines
27 B
Plaintext
PASS (didn't loop forever)
|