mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
Bindings: Remove exception handling for named_item_value
This commit is contained in:
committed by
Andreas Kling
parent
081c92bf3d
commit
9b59dc5e8b
@@ -204,7 +204,7 @@ WebIDL::ExceptionOr<Bindings::PlatformObject::DidDeletionFail> DOMStringMap::del
|
||||
return DidDeletionFail::No;
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<JS::Value> DOMStringMap::named_item_value(FlyString const& name) const
|
||||
JS::Value DOMStringMap::named_item_value(FlyString const& name) const
|
||||
{
|
||||
return JS::PrimitiveString::create(vm(), determine_value_of_named_property(name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user